From 32985428dbfad5e2a5ecd0b9b06236d39175aea4 Mon Sep 17 00:00:00 2001 From: Sebastian Jimenez Date: Thu, 1 Sep 2016 13:33:43 +0200 Subject: [PATCH] Finished and ready to upload --- app/controllers/offsprings_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/offsprings_controller.rb b/app/controllers/offsprings_controller.rb index fab928a..cafe3a0 100644 --- a/app/controllers/offsprings_controller.rb +++ b/app/controllers/offsprings_controller.rb @@ -58,6 +58,6 @@ def validate_create_offspring?(off) return false end save_offspring(off) - return true + true end end