Commit b6b0eb16
Changed files (1)
app
models
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