Skip to content

Commit

Permalink
Bring components modules in sync for prohibited methods. [ fix #2293 ]
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Aug 16, 2012
1 parent e3b75de commit 165791c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions lib/mongoid/components.rb
Expand Up @@ -46,25 +46,28 @@ module Components
MODULES = [
Mongoid::Atomic,
Mongoid::Attributes,
Mongoid::Callbacks,
Mongoid::Copyable,
Mongoid::Dirty,
Mongoid::Evolvable,
Mongoid::Fields,
Mongoid::Hierarchy,
Mongoid::Indexes,
Mongoid::Inspection,
Mongoid::JSON,
Mongoid::Loggable,
Mongoid::Matchers,
Mongoid::NestedAttributes,
Mongoid::Persistence,
Mongoid::Relations,
Mongoid::Relations::Proxy,
Mongoid::Reloading,
Mongoid::Scoping,
Mongoid::Serialization,
Mongoid::Sessions,
Mongoid::Sharding,
Mongoid::State,
Mongoid::Validations,
Mongoid::Callbacks
Mongoid::Threaded::Lifecycle,
Mongoid::Timestamps::Timeless,
Mongoid::Validations
]

class << self
Expand Down

0 comments on commit 165791c

Please sign in to comment.