Protect from mass assignment

openid
Micha Wrobel 13 years ago
parent cc6fd9eb2a
commit 877a59b365

@ -7,4 +7,6 @@ class Comment < ActiveRecord::Base
belongs_to :user
belongs_to :asciicast
attr_accessible :body
end

Loading…
Cancel
Save