instance method
offset_index
Ruby on Rails 4.2.9
Since v4.2.9 Last seen in v6.0.6 PrivateSignature
offset_index()
No documentation comment.
Source
# File activerecord/lib/active_record/relation/finder_methods.rb, line 329
def offset_index
offset_value || 0
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 329
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods