Project

General

Profile

Download (141 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddMailEnabledToUser < ActiveRecord::Migration
def change
add_column :users, :mail_enabled, :boolean, :default => true
end
end
(240-240/286)