mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1b128f8974
If using namespaced fixtures, get following Ruby warning. ``` activerecord/lib/active_record/fixtures.rb:922: warning: method redefined; discarding old admin_foos activerecord/lib/active_record/fixtures.rb:922: warning: previous definition of admin_foos was here ``` This is happening because of the multiple set the same path when setting the fixture name. Fix to remove the duplicate path. |
||
---|---|---|
.. | ||
namespaced | ||
admin | ||
developers.yml | ||
people.yml | ||
tasks.yml |