APIdock / Ruby on Rails
/
Browse About
method

has_limit_or_offset?

v6.1.3.1 - Show latest stable - Class: ActiveRecord::Relation
has_limit_or_offset?()
public

No documentation available.

# File activerecord/lib/active_record/relation.rb, line 744
    def has_limit_or_offset? # :nodoc:
      limit_value || offset_value
    end

Related methods

  • Instance methods
  • ==
  • _exec_scope
  • alias_tracker
  • any?
  • arel_attribute
  • bind_attribute
  • blank?
  • build
  • cache_key
  • cache_key_with_version
  • cache_version
  • create
  • create!
  • create_or_find_by
  • create_or_find_by!
  • delete_all
  • delete_by
  • destroy_all
  • destroy_by
  • eager_loading?
  • empty?
  • empty_scope?
  • encode_with
  • explain
  • find_or_create_by
  • find_or_create_by!
  • find_or_initialize_by
  • first_or_create
  • first_or_create!
  • first_or_initialize
  • has_limit_or_offset?
  • initialize_copy
  • inspect
  • joined_includes_values
  • load
  • many?
  • new
  • none?
  • one?
  • preload_associations
  • pretty_print
  • records
  • reload
  • reset
  • scope_for_create
  • scoping
  • size
  • to_a
  • to_ary
  • to_sql
  • touch_all
  • update
  • update_all
  • update_counters
  • values
  • where_values_hash
  • Class methods
  • new
  • Protected methods
  • protectedload_records
  • protectednull_relation?
  • Private methods
  • private_create
  • private_create!
  • private_increment_attribute
  • private_new
  • private_scoping
  • private_substitute_values
  • privatealready_in_scope?
  • privatebuild_preloader
  • privatecompute_cache_key
  • privatecompute_cache_version
  • privatecurrent_scope_restoring_block
  • privateexec_queries
  • privatereferences_eager_loaded_tables?
  • privateskip_query_cache_if_necessary
  • privatetables_in_string
APIdock API Documentation Browser

© 2026 APIdock