20161116162355_add_locale_to_users.rb (117B)
- class AddLocaleToUsers < ActiveRecord::Migration[5.0]
- def change
- add_column :users, :locale, :string
- end
- end
git clone https://hacktivis.me/git/mastofe.git
20161116162355_add_locale_to_users.rb (117B)
- class AddLocaleToUsers < ActiveRecord::Migration[5.0]
- def change
- add_column :users, :locale, :string
- end
- end