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

4 lines
57 B
Ruby
Raw Normal View History

class Post < ActiveRecord::Base
has_many :comments
end