# File lib/openshift-origin-controller/app/controllers/application_templates_controller.rb, line 6
  def index
    templates = ApplicationTemplate.find_all.map{|t| RestApplicationTemplate.new(t, get_url, nolinks)}
    render_success(:ok, "application_templates", templates, "LIST_TEMPLATES", "Showing all templates")
  end