Forked from
Digital Experience Group / UNL Resource Scheduler
140 commits behind the upstream repository.
-
Tyler Lemburg authoredTyler Lemburg authored
20160608134500_add_creation_method.rb 142 B
require 'active_record'
class AddCreationMethod < ActiveRecord::Migration
def change
add_column :users, :creation_method, :string
end
end