instance method
offset_index
Ruby on Rails 6.0.6
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 349
def offset_index
offset_value || 0
end
Defined in activerecord/lib/active_record/relation/finder_methods.rb line 349
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::FinderMethods