class AddApiKeyAndApiSecretToUsers
Public Instance Methods
change()
click to toggle source
# File lib/nexmo_developer/db/migrate/20171030115603_add_api_key_and_api_secret_to_users.rb, line 2 def change add_column :users, :api_key, :string add_column :users, :api_secret, :string end