diff --git a/db/migrate/20150709021818_add_like_count_to_post_menu.rb b/db/migrate/20150709021818_add_like_count_to_post_menu.rb new file mode 100644 index 000000000..a12a166f4 --- /dev/null +++ b/db/migrate/20150709021818_add_like_count_to_post_menu.rb @@ -0,0 +1,10 @@ +class AddLikeCountToPostMenu < ActiveRecord::Migration + def up + execute <