Method: Ransack::Nodes::Condition#default_type
- Defined in:
- lib/ransack/nodes/condition.rb
#default_type ⇒ Object
265 266 267 |
# File 'lib/ransack/nodes/condition.rb', line 265 def default_type predicate.type || (attributes.first && attributes.first.type) end |