joshfrench / rakismet

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

Error when starting a rails app #6

Closed alexcrichton closed 13 years ago

alexcrichton commented 13 years ago

I get an error about the 'key' method requiring an argument whenever I start my application.

This happens because when it calls the method 'key' it doesn't go to check the attribute 'key' but rather it calls the actual hash method 'key' which requires an argument.

This fixes the access to use regular hash syntax instead. If there's anywhere else this needs to be fixed just let me know as well!

joshfrench commented 13 years ago

Thanks Alex, good catch. Patched & pushed!