4 lines
57 B
Ruby
4 lines
57 B
Ruby
|
class Post < ActiveRecord::Base
|
||
|
has_many :comments
|
||
|
end
|