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 2833ceb commit e8f61b4Copy full SHA for e8f61b4
.travis.yml
@@ -1,5 +1,6 @@
1
services: mongodb
2
language: ruby
3
+before_install: gem install bundler -v='1.11.2'
4
script: "bundle exec rake spec:mongoid_6"
5
rvm:
6
- 2.3.0
lib/mongoid-observers.rb
@@ -10,6 +10,5 @@
10
module Mongoid
11
include ActiveModel::Observing
12
13
- delegate(*ActiveModel::Observing::ClassMethods.public_instance_methods(false) <<
14
- { to: Config })
15
-end
+ delegate ActiveModel::Observing::ClassMethods.public_instance_methods(false) => Config
+end
0 commit comments