method

custom_finder_sql

custom_finder_sql()
private

No documentation available.

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