diff options
author | Prathamesh Sonpatki <csonpatki@gmail.com> | 2019-04-15 19:40:38 +0530 |
---|---|---|
committer | Prathamesh Sonpatki <csonpatki@gmail.com> | 2019-04-15 20:27:55 +0530 |
commit | 76c1528c5fd372af080081873b1ba02582c51f25 (patch) | |
tree | 4e3cc7d6cf4c6cd56a1b47eedcc56b59922035b7 /railties/test/generators/named_base_test.rb | |
parent | d1107f4d1e2573948d4941ac44511a0af6241f80 (diff) | |
download | rails-76c1528c5fd372af080081873b1ba02582c51f25.tar.gz rails-76c1528c5fd372af080081873b1ba02582c51f25.tar.bz2 rails-76c1528c5fd372af080081873b1ba02582c51f25.zip |
Remove `required: true` from the model generator template
`belongs_to` association have `required: true` by default
https://github.com/rails/rails/pull/18937 onwards so we don't need it
in the generator template.
We still need the code for required in the command line generator as
it adds `null: false` in the migration.
Diffstat (limited to 'railties/test/generators/named_base_test.rb')
0 files changed, 0 insertions, 0 deletions