hide uploader information on posts/show page, add keeper information

This commit is contained in:
r888888888
2018-01-18 12:47:14 -08:00
parent 146b27f4cf
commit 32cc508edb
6 changed files with 222 additions and 3 deletions

View File

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