cocoon/spec/dummy/app/models/post.rb

5 lines
76 B
Ruby

class Post < ActiveRecord::Base
has_many :comments
has_many :people
end