Project

General

Profile

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