Method: ActiveRecord::Migration#execute
- Defined in:
- lib/jun/active_record/migration.rb
#execute(*args) ⇒ Object
72 73 74 |
# File 'lib/jun/active_record/migration.rb', line 72 def execute(*args) ActiveRecord::Base.connection.execute(*args) end |