discourse-akismet/lib/discourse_akismet/engine.rb
Robin Ward c70a0b3d1c Large refactor:
* Removes need for migration
* Migrated API key from an ENV variable to a site setting
* Removed HipChat support but put in an API hook it could use
* Add I18n support
* More idiomatic Ember / Discourse code
* Updated to use `akismet` gem to avoid patching Post model
* renamed to `discourse_akismet` to separate from gem
* Added better error handling for web events
2015-01-29 17:23:43 -05:00

5 lines
106 B
Ruby

module DiscourseAkismet
class Engine < ::Rails::Engine
isolate_namespace DiscourseAkismet
end
end