Skip to content

Commit

Permalink
Enable rails_in_transactional_callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
dtan4 committed Dec 20, 2014
1 parent 88a8359 commit a67c092
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,7 @@ class Application < Rails::Application
end

config.autoload_paths += %W(#{config.root}/lib)

config.active_record.raise_in_transactional_callbacks = true
end
end

0 comments on commit a67c092

Please sign in to comment.