mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
1e6c50e21b
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
4 lines
79 B
Ruby
4 lines
79 B
Ruby
class Toy < ActiveRecord::Base
|
|
set_primary_key :toy_id
|
|
belongs_to :pet
|
|
end
|