A website template with lots of features, built with ruby on rails.

20140918040715_add_admin_to_users.rb 111B

123456
  1. class AddAdminToUsers < ActiveRecord::Migration
  2. def change
  3. add_column :users, :admin, :boolean
  4. end
  5. end