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.
5 lines
138 B
Ruby
5 lines
138 B
Ruby
require 'the_moderator/version'
|
|
require 'the_moderator/exceptions'
|
|
require 'the_moderator/model'
|
|
require 'the_moderator/moderation_model'
|