Module: Wharel::QueryMethods

Defined in:
lib/wharel.rb

Defined Under Namespace

Modules: WhereChain

Instance Method Summary collapse

Instance Method Details

#or(&block) ⇒ Object



16
17
18
# File 'lib/wharel.rb', line 16

def or(*, &block)
  block_given? ? super(model.where(VirtualRow.build_query(self, &block))) : super
end