6 lines
90 B
Ruby
6 lines
90 B
Ruby
|
class DropTablePros < ActiveRecord::Migration
|
||
|
def change
|
||
|
drop_table :pros
|
||
|
end
|
||
|
end
|