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