Updated

db/migrate / 20161006101123_add_login_timeout_to_site.rb

A
5 lines of codes
1 methods
1.3 complexity/method
1 churn
1.3 complexity
0 duplications
class AddLoginTimeoutToSite < ActiveRecord::Migration
  1. AddLoginTimeoutToSite has no descriptive comment
def change add_column :sites, :login_timeout, :integer, null: false, default: 1800 end end