Project

General

Profile

Download (115 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddTimezoneToUser < ActiveRecord::Migration
def change
add_column :users, :timezone, :string
end
end
(244-244/282)