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
@@ -1,6 +1,6 @@
class AddNotificationsToTopicUsers < ActiveRecord::Migration
def change
add_column :topic_users, :notifications, :integer, default: 2
add_column :topic_users, :notifications, :integer, default: 2
add_column :topic_users, :notifications_changed_at, :datetime
add_column :topic_users, :notifications_reason_id, :integer
end