remove trailing whitespaces ❤️

This commit is contained in:
Gosha Arinich
2013-02-26 07:31:35 +03:00
parent b50e0536c7
commit cafc75b238
383 changed files with 4220 additions and 2221 deletions
@@ -8,5 +8,5 @@ class AddQuoteCountToPosts < ActiveRecord::Migration
def down
remove_column :posts, :quote_count
add_column :posts, :quoteless, :boolean, default: false
end
end
end