diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 13:10:37 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-02-20 13:10:37 -0200 |
commit | f42b1fa6e5d84b84ede5bcc853dd2df9c6b5836d (patch) | |
tree | 35975fe60314b0b33d6a6de55e51792a7d65fb90 /app/controllers/dashboard | |
parent | 3d52e139b13ad077286f2f9f46b7e98f43ad9564 (diff) | |
download | gitlab-ce-f42b1fa6e5d84b84ede5bcc853dd2df9c6b5836d.tar.gz |
Fix rubucop offenses
Diffstat (limited to 'app/controllers/dashboard')
-rw-r--r-- | app/controllers/dashboard/todos_controller.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/dashboard/todos_controller.rb b/app/controllers/dashboard/todos_controller.rb index e24b8d3e58f..ed11ca5c0eb 100644 --- a/app/controllers/dashboard/todos_controller.rb +++ b/app/controllers/dashboard/todos_controller.rb @@ -19,5 +19,3 @@ class Dashboard::TodosController < Dashboard::ApplicationController @todo ||= current_user.todos.find(params[:id]) end end - - |