preferred theme

This commit is contained in:
Andreas Stephanides
2015-06-03 08:28:09 +02:00
parent 6c2238e740
commit d3e97ff422
5 changed files with 27 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
class AddPreferredthemeToUsers < ActiveRecord::Migration
def change
add_column :users, :preferredtheme, :string
end
end