Commit b6b0eb16

mo k <m@mokhan.ca>
2011-08-16 02:53:16
remove attr_accessor from category because then you cannot assign any values to its attributes.
1 parent 20033db
Changed files (1)
app
app/models/category.rb
@@ -1,4 +1,4 @@
 class Category < ActiveRecord::Base
   has_and_belongs_to_many :creations, :join_table => 'creations_categories'
-  attr_accessor :name, :slug
+  # attr_accessor :name, :slug
 end