summaryrefslogtreecommitdiff
path: root/db/migrate/20160801163709_add_submitted_as_ham_to_spam_logs.rb
Commit message (Collapse)AuthorAgeFilesLines
* Satisfy the new rubocop :)Douwe Maan2017-02-081-1/+5
|
* Allow `SpamLog` to be submitted as hamPatricio Cano2016-08-151-0/+20
- Added `submitted_as_ham` to `SpamLog` to mark which logs have been submitted to Akismet. - Added routes and controller action.