cakeside
Code
Branches
Tags
Commits
master
cakeside
/
db
/
migrate
/
20130719222352_drop_comments.rb
Top
1
class
DropComments
<
ActiveRecord
::
Migration
2
def
change
3
drop_table
:comments
4
end
5
end