From 976488dbe1f7d75036783607b9ba57013e851d87 Mon Sep 17 00:00:00 2001 From: mcmac Date: Fri, 16 Feb 2018 11:52:56 +0000 Subject: [PATCH] Todos done --- .idea/workspace.xml | 225 +++++++++++------- app/controllers/application_controller.rb | 2 + app/controllers/concerns/.keep | 0 app/controllers/concerns/exception_handler.rb | 14 ++ app/controllers/concerns/response.rb | 5 + app/controllers/todos_controller.rb | 42 ++++ config/routes.rb | 3 + spec/rails_helper.rb | 3 +- spec/requests/todos_spec.rb | 109 +++++++++ spec/support/request_spec_helper.rb | 7 + 10 files changed, 320 insertions(+), 90 deletions(-) delete mode 100644 app/controllers/concerns/.keep create mode 100644 app/controllers/concerns/exception_handler.rb create mode 100644 app/controllers/concerns/response.rb create mode 100644 spec/support/request_spec_helper.rb diff --git a/.idea/workspace.xml b/.idea/workspace.xml index ef777c0..4c0a765 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,20 +2,15 @@ - - - - - - - - - - + + - - - + + + + + + @@ -32,31 +27,11 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - + + @@ -65,8 +40,38 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -80,7 +85,6 @@ @@ -139,6 +151,13 @@ + + + + + + + @@ -148,19 +167,7 @@ - - - - - - - - - - - - - +