Skip to content

Commit

Permalink
counter cache fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shayarnett committed Mar 23, 2008
1 parent cf73cd5 commit 860fd3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/post.rb
Expand Up @@ -2,7 +2,6 @@ class Post < ActiveRecord::Base

before_save :formatted_body

has_one :user
belongs_to :forum, :counter_cache => true
belongs_to :topic, :counter_cache => true
belongs_to :user, :counter_cache => true
Expand Down

0 comments on commit 860fd3d

Please sign in to comment.