New Setting: Don't jump to new posts when replying

This commit is contained in:
Robin Ward
2014-05-26 16:39:03 -04:00
parent 7900c7bd2f
commit 5284fb7cbc
10 changed files with 42 additions and 42 deletions

View File

@@ -0,0 +1,5 @@
class AddDisableJumpReplyToUsers < ActiveRecord::Migration
def change
add_column :users, :disable_jump_reply, :boolean, default: false, null: false
end
end