cb4f6875b6
* Fix undefined method `owners' for NullPreloader:Class Fixing undefined method `owners' for ActiveRecord::Associations::Preloader::NullPreloader:Class * Use Ruby 1.9 hash format Use Ruby 1.9 hash format #24192 [Rafael Mendonça França + Ladislav Smola]
7 lines
122 B
Ruby
7 lines
122 B
Ruby
class PetTreasure < ActiveRecord::Base
|
|
self.table_name = "pets_treasures"
|
|
|
|
belongs_to :pet
|
|
belongs_to :treasure
|
|
end
|