Module: SmqlToAR::ActiveRecordExtensions::ClassMethods

Defined in:
lib/smql_to_ar.rb

Instance Method Summary collapse

Instance Method Details

#smql(*params) ⇒ Object



307
308
309
# File 'lib/smql_to_ar.rb', line 307

def smql *params
	SmqlToAR.to_ar self, *params
end

#smql_protectedObject



311
312
313
# File 'lib/smql_to_ar.rb', line 311

def smql_protected
	[]
end