Нет описания http://j1x-huginn.herokuapp.com
class AddAdminToUsers < ActiveRecord::Migration def change add_column :users, :admin, :boolean, :default => false, :null => false end end