From 2b308219138ce7485f483a13d687806eac9677bd Mon Sep 17 00:00:00 2001 From: Toks Date: Mon, 16 Dec 2013 14:19:59 -0500 Subject: [PATCH] typo --- app/models/post.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/post.rb b/app/models/post.rb index a872e0b54..18b91a1cb 100644 --- a/app/models/post.rb +++ b/app/models/post.rb @@ -460,7 +460,7 @@ class Post < ActiveRecord::Base if image_width >= 1024 && image_width.to_f / image_height >= 4 tags << "wide_image" elsif image_height >= 1024 && image_height.to_f / image_width >= 4 - tags << "tag_image" + tags << "tall_image" end return tags