ruby on rails - What means this error ActiveRecord::DangerousAttributeError -
any ideas means error ?
activerecord::dangerousattributeerror (delay defined activerecord): app/models/issue.rb:849:in `relations' app/controllers/issues_controller.rb:118:in `show'
thanks
you have delay
column in issue
model. should rename it, because name used internally activerecord
.
Comments
Post a Comment