sqlの実行。

1
2
ActiveRecord::Base.connection.execute("drop table foo")
Model.connection..execute("drop table foo")

Comments