Method: ActiveRecord::StatementCache::PartialQueryCollector#value
- Defined in:
- activerecord/lib/active_record/statement_cache.rb
#value ⇒ Object
92 93 94 |
# File 'activerecord/lib/active_record/statement_cache.rb', line 92 def value [@parts, @binds] end |