so long whitespace

This commit is contained in:
joshua stein 2013-02-13 18:50:51 -06:00
parent e4ec8939c2
commit d0459974cd
18 changed files with 34 additions and 33 deletions

View file

@ -183,8 +183,9 @@ class Story < ActiveRecord::Base
if !self.taggings.reject{|t| t.marked_for_destruction? || t.tag.is_media?
}.any?
errors.add(:base, "Must have at least one non-media (PDF, video) tag. " <<
"If no tags apply to your content, it probably doesn't belong here.")
errors.add(:base, "Must have at least one non-media (PDF, video) " <<
"tag. If no tags apply to your content, it probably doesn't " <<
"belong here.")
end
end