Skip to content
This repository has been archived by the owner on Feb 14, 2022. It is now read-only.

Commit

Permalink
Load config defaults for Rails 5.1
Browse files Browse the repository at this point in the history
It is not really clear what settings are changed… But an assumption
would be: Coursemology/coursemology2#2632

They introduced it in here: rails/rails#23589
  • Loading branch information
davegson committed May 8, 2018
1 parent b8477de commit 7929ae1
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 @@ -18,6 +18,8 @@

module StampCommunity
class Application < Rails::Application
config.load_defaults 5.1

config.generators do |g|
g.test_framework :rspec
g.helper false
Expand Down

0 comments on commit 7929ae1

Please sign in to comment.