This commit is contained in:
John Poulin
2014-04-08 12:49:31 -04:00
committed by cktricky
parent 9fd91a8224
commit e760fc0087
3 changed files with 17 additions and 10 deletions
+5
View File
@@ -4,6 +4,11 @@ class DashboardController < ApplicationController
def home
@user = current_user
# See if the user has a font preference
if params[:font]
cookies[:font] = params[:font]
end
end
end