From fc0194b589238df6171ba3f4aeec79f8034b7128 Mon Sep 17 00:00:00 2001 From: Nick Thomas Date: Fri, 14 Sep 2018 09:52:09 +0000 Subject: Resolve "Add functionality to change what email address online actions commit using" --- app/controllers/profiles_controller.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'app/controllers/profiles_controller.rb') diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index 94e6efca487..a43d47797f1 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -96,6 +96,7 @@ class ProfilesController < Profiles::ApplicationController :location, :name, :public_email, + :commit_email, :skype, :twitter, :username, -- cgit v1.2.1