diff --git a/app/controllers/characters_generator_controller.rb b/app/controllers/characters_generator_controller.rb index 36c2e6e7..4d9e6a0d 100644 --- a/app/controllers/characters_generator_controller.rb +++ b/app/controllers/characters_generator_controller.rb @@ -1,6 +1,5 @@ # Generates random Character values class CharactersGeneratorController < ApplicationController - def age @upper_limit = 100 @lower_limit = 2 @@ -88,4 +87,4 @@ class CharactersGeneratorController < ApplicationController render json: rand(@lower_limit...@upper_limit) end -end \ No newline at end of file +end