class AddOtherNameToUsers

Public Instance Methods

change() click to toggle source
# File lib/generators/tkh_authentication/create_or_update_migrations/templates/add_other_name_to_users.rb, line 2
def change
  add_column :users, :other_name, :string
end