Add user locale setting
This commit is contained in:
5
db/migrate/20161116162355_add_locale_to_users.rb
Normal file
5
db/migrate/20161116162355_add_locale_to_users.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddLocaleToUsers < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :users, :locale, :string
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user