Module: Mobility::Plugins::Arel::MobilityExpressions::Countable
- Defined in:
- lib/mobility/plugins/arel.rb
Instance Method Summary collapse
Instance Method Details
#count(*args) ⇒ Object
Note:
This allows expressions with selected translated attributes to be counted.
35 36 37 |
# File 'lib/mobility/plugins/arel.rb', line 35 def count(*args) left.count(*args) end |