aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/refinery/blog/categorization.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/refinery/blog/categorization.rb')
-rw-r--r--app/models/refinery/blog/categorization.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/refinery/blog/categorization.rb b/app/models/refinery/blog/categorization.rb
index 7ca9c77..b7dbcc8 100644
--- a/app/models/refinery/blog/categorization.rb
+++ b/app/models/refinery/blog/categorization.rb
@@ -6,7 +6,6 @@ module Refinery
belongs_to :blog_post, :class_name => 'Refinery::Blog::Post', :foreign_key => :blog_post_id
belongs_to :blog_category, :class_name => 'Refinery::Blog::Category', :foreign_key => :blog_category_id
- attr_accessible :blog_category_id, :blog_post_id
end
end
end