Module: Rql::Dsl::Functions

Included in:
Context
Defined in:
lib/rql/dsl/functions.rb

Instance Method Summary collapse

Instance Method Details

#downcaseObject



4
5
6
# File 'lib/rql/dsl/functions.rb', line 4

def downcase
  Context.new(@model, arel.lower, @name)
end