index
:
cakeside/cakeside.git
master
CakeSide web application
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
db
/
migrate
/
20130719222352_drop_comments.rb
blob: 054a9b5b2c5d673086ebc3fb90c86c2f797f4059 (
plain
)
1
2
3
4
5
class DropComments < ActiveRecord::Migration def change drop_table :comments end end