1
0

Unified hash options style

This commit is contained in:
cryptogopher
2019-11-27 21:24:49 +01:00
parent 1982f3b526
commit 158685459d
21 changed files with 99 additions and 96 deletions

View File

@@ -16,8 +16,8 @@ class CreateSchema < ActiveRecord::Migration
t.boolean :primary
# fields for awesome_nested_set
t.references :parent
t.integer :lft, :null => false, :index => true
t.integer :rgt, :null => false, :index => true
t.integer :lft, null: false, index: true
t.integer :rgt, null: false, index: true
t.timestamps null: false
end