diff options
author | Go MAEDA <maeda@farend.jp> | 2018-07-11 14:51:07 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2018-07-11 14:51:07 +0000 |
commit | 87a671ce75fd2b1d402b96df4fb92f55e6009fd4 (patch) | |
tree | 1897e3d21c4569f55c8aa70dfd2913c0754c1734 /app/controllers/my_controller.rb | |
parent | 3a894f3a9112fcba80fc95d4edf17c5783bcdbdb (diff) | |
download | redmine-87a671ce75fd2b1d402b96df4fb92f55e6009fd4.tar.gz redmine-87a671ce75fd2b1d402b96df4fb92f55e6009fd4.zip |
Add my activities to my page (#2471).
Patch by Mizuki ISHIKAWA.
git-svn-id: http://svn.redmine.org/redmine/trunk@17443 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/controllers/my_controller.rb')
-rw-r--r-- | app/controllers/my_controller.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/my_controller.rb b/app/controllers/my_controller.rb index 4e9f67d7d..0a1d40349 100644 --- a/app/controllers/my_controller.rb +++ b/app/controllers/my_controller.rb @@ -28,6 +28,7 @@ class MyController < ApplicationController helper :users helper :custom_fields helper :queries + helper :activities def index page |