Revert "Revert "implement post keepers""

This reverts commit b9fcfe0442.
This commit is contained in:
r888888888
2018-02-26 16:18:52 -08:00
parent 159d807026
commit 0c5dcbbf68
6 changed files with 290 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddKeeperDataToPosts < ActiveRecord::Migration
def change
add_column :posts, :keeper_data, :text
end
end