You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Documentation
I just tried going through the getting started with rails guide, and
found a possible error. I found that the application doesn't work
(throws a "Can't mass-assign protected attributes" error) when
attempting to post a blog entry. I found that this is corrected by
adding a line of code to the tag.rb model file:
attr_accessible :name, :tag_attributes
Could someone please update this in the documentation?