Open FreeMako opened 11 years ago
Using Rails 3.2
It seems in the Tag model that :name is not accessible, tried to override creating a file Tag.rb:
class Tag < ActiveRecord::Base attr_accessible :name end
but it did not solve the issue.
Thank you
Using Rails 3.2
It seems in the Tag model that :name is not accessible, tried to override creating a file Tag.rb:
class Tag < ActiveRecord::Base attr_accessible :name end
but it did not solve the issue.
Thank you