APIdock / Ruby on Rails
/
Browse About
method

custom_finder_sql

v3.2.1 - Show latest stable - Class: ActiveRecord::Associations::CollectionAssociation
custom_finder_sql()
private

No documentation available.

# File activerecord/lib/active_record/associations/collection_association.rb, line 371
        def custom_finder_sql
          interpolate(options[:finder_sql])
        end

Related methods

  • Instance methods
  • add_to_target
  • any?
  • build
  • concat
  • count
  • create
  • create!
  • delete
  • delete_all
  • delete_all_on_destroy
  • destroy
  • destroy_all
  • empty?
  • find
  • first
  • ids_reader
  • ids_writer
  • include?
  • last
  • length
  • load_target
  • many?
  • reader
  • replace
  • reset
  • select
  • size
  • sum
  • transaction
  • uniq
  • writer
  • Class methods
  • new
  • Private methods
  • privatecallback
  • privatecallbacks_for
  • privateconcat_records
  • privatecreate_record
  • privatecreate_scope
  • privatecustom_counter_sql
  • privatecustom_finder_sql
  • privatedelete_or_destroy
  • privatedelete_records
  • privatefetch_first_or_last_using_find?
  • privatefind_by_scan
  • privatefind_target
  • privatefirst_or_last
  • privateinclude_in_memory?
  • privateinsert_record
  • privatemerge_target_lists
  • privateremove_records
  • privatereplace_records
APIdock API Documentation Browser

© 2026 APIdock