preferred theme
This commit is contained in:
5
db/migrate/20150602085525_add_preferredtheme_to_users.rb
Normal file
5
db/migrate/20150602085525_add_preferredtheme_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddPreferredthemeToUsers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :users, :preferredtheme, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user