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

20140210062747_add_mode_to_user_credentials.rb 165B

    class AddModeToUserCredentials < ActiveRecord::Migration def change add_column :user_credentials, :mode, :string, :default => 'text', :null => false end end