Displaying 1 result from an estimated 1 matches for "some_other_cool_countri".
Did you mean:
some_other_cool_countries
2007 Apr 02
0
Fixtures.create_fixtures with any desired filenames?
...Fixtures.create_fixtures
But it seems that this one needs .yml files that have the same name like
the table they correspond to:
countries.yml => my_db.countries
readers.yml => my_db.readers
Is it possible to use any desired filenames somehow?
some_cool_countries.yml => my_db.countries
some_other_cool_countries.yml => my_db.countries
Thanks for any help,
Josh
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send emai...