tap/db/migrate/20141209192545_add_dagschotel_to_users.rb

6 lines
114 B
Ruby
Raw Normal View History

2014-12-09 19:28:50 +00:00
class AddDagschotelToUsers < ActiveRecord::Migration
def change
add_reference :users, :dagschotel
end
end