Module: ActiveRecordExtended::RelationPatch::Merger
- Defined in:
- lib/active_record_extended/active_record/relation_patch.rb
Instance Method Summary collapse
Instance Method Details
#normal_values ⇒ Object
15 16 17 |
# File 'lib/active_record_extended/active_record/relation_patch.rb', line 15 def normal_values super + [:with, :union] end |