Skip to content
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.

Can't mass-assign protected attributes: name #20

Open
FreeMako opened this issue May 22, 2013 · 0 comments
Open

Can't mass-assign protected attributes: name #20

FreeMako opened this issue May 22, 2013 · 0 comments

Comments

@FreeMako
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant