diff options
| author | mo khan <mo@mokhan.ca> | 2013-12-28 19:21:57 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2013-12-28 19:23:13 -0700 |
| commit | 44e6bab8c83f603dc6e6258e0fbeb77c8a063a6c (patch) | |
| tree | 0e237a1a02b6114217d5acdd17422faca6816b6c /db/migrate | |
| parent | fbe19ed666cedbee6cccf53dd2c841cba528b1d1 (diff) | |
remove public activity gem.
Diffstat (limited to 'db/migrate')
| -rw-r--r-- | db/migrate/20131229022014_drop_table_activities.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20131229022014_drop_table_activities.rb b/db/migrate/20131229022014_drop_table_activities.rb new file mode 100644 index 00000000..e0bf13eb --- /dev/null +++ b/db/migrate/20131229022014_drop_table_activities.rb @@ -0,0 +1,5 @@ +class DropTableActivities < ActiveRecord::Migration + def change + drop_table :activities + end +end |
