Nessuna descrizione http://j1x-huginn.herokuapp.com

20130107050049_add_invitation_code_to_users.rb 145B

    class AddInvitationCodeToUsers < ActiveRecord::Migration def change add_column :users, :invitation_code, :string, :null => false end end