Sha256: 1052cc153c0faaaea20aa1c8d0fa25dcb1ac5ef1190700c93d4f261b86e5ecb5

Contents?: true

Size: 231 Bytes

Versions: 8

Compression:

Stored size: 231 Bytes

Contents

# find_nth / find_nth! must be public here to allow Octopus to call
# them on the scope proxy object
if Octopus.rails42? || Octopus.rails50?
  module ActiveRecord::FinderMethods
    public :find_nth
    public :find_nth!
  end
end

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
ar-octopus-ruby-3-0.11.3 lib/octopus/finder_methods.rb
ar-octopus-ruby-3-0.11.2 lib/octopus/finder_methods.rb
ar-octopus-0.10.2 lib/octopus/finder_methods.rb
ar-octopus-0.10.1 lib/octopus/finder_methods.rb
ar-octopus-0.10.0 lib/octopus/finder_methods.rb
ar-octopus-master-0.9.2.1 lib/octopus/finder_methods.rb
ar-octopus-0.9.2 lib/octopus/finder_methods.rb
ar-octopus-0.9.1 lib/octopus/finder_methods.rb