mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
4ae59ebee8
- Add check for not deleting previously created fixtures, to overcome sti fixtures from multiple files - Added fixtures and fixtures test to verify the same - Fixed wrong fixtures duplicating data insertion in same table
3 lines
115 B
Ruby
3 lines
115 B
Ruby
class ClassNameThatDoesNotFollowCONVENTIONS < ActiveRecord::Base
|
|
self.table_name = :randomly_named_table1
|
|
end
|