Added site locales
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AddLangToUser < ActiveRecord::Migration
|
||||
def self.up
|
||||
add_column :users, :lang, :string
|
||||
end
|
||||
|
||||
def self.down
|
||||
remove_column :users, :lang
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user