diff --git a/app/controllers/todos/todo_create_params_helper.rb b/app/controllers/todos/todo_create_params_helper.rb index 9eae5a3d..721f9064 100644 --- a/app/controllers/todos/todo_create_params_helper.rb +++ b/app/controllers/todos/todo_create_params_helper.rb @@ -1,7 +1,7 @@ module Todos class TodoCreateParamsHelper - attr_reader :new_project_created, :new_context_created + attr_reader :new_project_created, :new_context_created, :attributes def initialize(params, user) set_params(params) @@ -46,10 +46,6 @@ module Todos end end - def attributes - @attributes - end - def show_from @attributes['show_from'] end