20111115063954_add_authentication_token_to_users.rb 139 Bytes
class AddAuthenticationTokenToUsers < ActiveRecord::Migration
  def change
    add_column :users, :authentication_token, :string
  end
end