excid3 / noticed

Notifications for Ruby on Rails applications
MIT License
2.44k stars 173 forks source link

Question: Save with custom columns #316

Closed janpeterka closed 1 year ago

janpeterka commented 1 year ago

Hi, this may be stupid question, I'm quite new to Rails, so some things are not obvious to me.

My notifications table has some additional columns that I need to save data to. Main is content_message column, which I need to be the same as :content value. I'm unable to set this, tried:

Thanks for help!