acts_as_taggable_on_steroids icon indicating copy to clipboard operation
acts_as_taggable_on_steroids copied to clipboard

Can't mass-assign protected attributes: name

Open FreeMako opened this issue 11 years ago • 0 comments

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

FreeMako avatar May 22 '13 00:05 FreeMako