Use the Rails 5 config defaults
This commit is contained in:
parent
2df19e64a2
commit
f4517024b0
1 changed files with 3 additions and 0 deletions
|
@ -102,5 +102,8 @@ module Commitchange
|
|||
# config.action_controller.default_url_options = {:trailing_slash => true}
|
||||
#
|
||||
# config.browserify_rails.commandline_options = "-t [ babelify --presets es2015 ]"
|
||||
|
||||
# we don't require belongs_to associations to be required for historical reasons.
|
||||
config.active_record.belongs_to_required_by_default = false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue