FEATURE: include post image in OpenGraph image tag

This commit is contained in:
Arpit Jalan
2016-10-31 15:11:33 +05:30
parent e03c1e4cdf
commit 382803cb05
5 changed files with 32 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
class AddImageUrlToPosts < ActiveRecord::Migration
def change
add_column :posts, :image_url, :string
end
end