merging
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user