This commit is contained in:
zhitomirskiyi 2011-02-10 19:55:30 -08:00
parent 4033c19323
commit 0e9fdeeab0

View file

@ -17,7 +17,7 @@ class Post < ActiveRecord::Base
has_many :comments, :order => 'created_at ASC', :dependent => :destroy
has_many :post_visibilities
has_many :aspects, :through => :post_visibilities
has_many :mentions, :dependent => :destroy_all
has_many :mentions, :dependent => :destroy
belongs_to :person
cattr_reader :per_page