module Mobility::Plugins::Arel::MobilityExpressions::Countable

Public Instance Methods

count(*args) click to toggle source

@note This allows expressions with selected translated attributes to

be counted.
# File lib/mobility/plugins/arel.rb, line 35
def count(*args)
  left.count(*args)
end