Skip to content

Commit

Permalink
Merge pull request #10639 from cbartlett/master
Browse files Browse the repository at this point in the history
Remove trailing line break in template
  • Loading branch information
carlosantoniodasilva committed May 16, 2013
1 parent e92a065 commit 50464ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -7,8 +7,8 @@
ActiveSupport.on_load(:action_controller) do
wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
end

<%- unless options.skip_active_record? -%>

# To enable root element in JSON for ActiveRecord objects.
# ActiveSupport.on_load(:active_record) do
# self.include_root_in_json = true
Expand Down

0 comments on commit 50464ac

Please sign in to comment.