the_moderator/lib/the_moderator.rb
Guillaume DOTT 9268dfb0b9 Do not automatically include TheModerator::Model in ActiveRecord::Base
When automatically including the module in ActiveRecord::Base, it gives
a hierarchy error with Rails 4.
The module must be included in the required models.
2014-08-07 17:42:30 +02:00

5 lines
138 B
Ruby

require 'the_moderator/version'
require 'the_moderator/exceptions'
require 'the_moderator/model'
require 'the_moderator/moderation_model'