joshfrench / rakismet

Easy Akismet and TypePad AntiSpam integration for Rails
MIT License
355 stars 46 forks source link

Set akismet_response for spam! and ham! #33

Closed jonchay closed 3 years ago

jonchay commented 10 years ago

I notice you're not assigning the response back to code>@model.akismet_response</code when calling spam! or ham!. This was mentioned in the README so I added the implementation for it.