method

offset_index

rails latest stable - Class: ActiveRecord::FinderMethods

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

offset_index()
private

No documentation available.

# File activerecord/lib/active_record/relation/finder_methods.rb, line 350
      def offset_index
        offset_value || 0
      end