remove trailing whitespaces ❤️

This commit is contained in:
Gosha Arinich
2013-02-25 19:42:20 +03:00
parent b50e0536c7
commit cafc75b238
383 changed files with 4220 additions and 2221 deletions

View File

@ -4,7 +4,7 @@ class CreateForumThreadLinks < ActiveRecord::Migration
t.integer :forum_thread_id, null: false
t.integer :post_id, null: false
t.integer :user_id, null: false
t.string :url, limit: 500, null: false
t.string :url, limit: 500, null: false
t.string :domain, limit: 100, null: false
t.boolean :internal, null: false, default: false
t.integer :link_forum_thread_id, null: true