Skip to content

Instantly share code, notes, and snippets.

@tubbo
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tubbo/f21f92b23571d946d814 to your computer and use it in GitHub Desktop.
Save tubbo/f21f92b23571d946d814 to your computer and use it in GitHub Desktop.
class AdminTemplatesController < ApplicationController
def new
@admin_template = AdminTemplate.new
render 'admin/templates/form', layout: (not request.xhr?)
end
end
= @product.name
= link_to 'Add Template', new_admin_template_path, data: { toggle: 'modal', target: '#modal-window' }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment