announcements
announcements copied to clipboard
Easy way to display short announcement messages in your views.
Would be great to add column ends_at attribute which define when the stops to show. If the ends_at attribute is nil, then the annoucement is shown forewer. Going further: add...
Following the instructions in the readme gives a mass assignment error in Rails 3.2. May want to add the `without_protection` flag to the sample: ``` Announcement.create({:body => 'This is my...
can i make a relation between announcement and comments ? to make the users able to comment on any announcement ? can i generate a controller too ? how to...