Project

General

Profile

Download (140 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddLocaleToUsers < ActiveRecord::Migration
def change
add_column :users, :locale, :string, :limit => 5, :null => true
end
end
(151-151/242)