We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279bbab commit ffc62c7Copy full SHA for ffc62c7
lib/mongo_mapper/plugins/active_model.rb
@@ -4,13 +4,13 @@ module Plugins
4
module ActiveModel
5
extend ActiveSupport::Concern
6
7
- include ::ActiveModel::Naming
8
include ::ActiveModel::Conversion
9
include ::ActiveModel::Serialization
10
include ::ActiveModel::Serializers::Xml
11
include ::ActiveModel::Serializers::JSON
12
13
included do
+ extend ::ActiveModel::Naming
14
extend ::ActiveModel::Translation
15
end
16
0 commit comments