You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered: