Method: Kernel#sql

Defined in:
lib/crudboy/ext/kernel.rb

#sql(sql) ⇒ Object



7
8
9
# File 'lib/crudboy/ext/kernel.rb', line 7

def sql(sql)
  ActiveRecord::Base.connection.exec_query(sql)
end