for some reason my db:fixtures:load FIXTURES=menus doesn’t work anymore.
This is my output:
debian:/var/www/project# rake db:fixtures:load FIXTURES=menus
(in /var/www/project)
rake aborted!
Could not find /var/www/project/test/fixtures/m.yml or
/var/www/project/test/fixtures/m.csv
(See full trace by running task with --trace)
Does anyone know why it’s looking for m.yml instead of menus.yml?