This commit is contained in:
r888888888
2013-06-07 15:55:38 -07:00
parent e5cbe1da60
commit 69c9eda720

View File

@@ -154,7 +154,7 @@ class Post < ActiveRecord::Base
module ImageMethods
def twitter_card_supported?
file_size <= 1.megabyte && image_width.to_i >= 280 && image_height.to_ >= 150
file_size <= 1.megabyte && image_width.to_i >= 280 && image_height.to_i >= 150
end
def has_large?