Method: Sequent::Support::Database.execute_sql
- Defined in:
- lib/sequent/support/database.rb
.execute_sql(sql) ⇒ Object
59 60 61 |
# File 'lib/sequent/support/database.rb', line 59 def self.execute_sql(sql) ActiveRecord::Base.connection.execute(sql) end |