Skip to content

Instantly share code, notes, and snippets.

@shuhei
Created April 19, 2016 01:07
Show Gist options
  • Save shuhei/02a074def573ffac39820dbc4249f57e to your computer and use it in GitHub Desktop.
Save shuhei/02a074def573ffac39820dbc4249f57e to your computer and use it in GitHub Desktop.
require 'jbuilder'
ActiveSupport.on_load :action_view do
ActionView::Template.unregister_template_handler :jbuilder
ActionView::Template.register_template_handler :jbuilder, JbuilderInlinePartials::Handler
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment