From f42b1fa6e5d84b84ede5bcc853dd2df9c6b5836d Mon Sep 17 00:00:00 2001 From: Douglas Barbosa Alexandre Date: Sat, 20 Feb 2016 13:10:37 -0200 Subject: [PATCH] Fix rubucop offenses --- app/controllers/dashboard/todos_controller.rb | 2 -- 1 file changed, 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 - -