diff --git a/stargaterando.rb b/stargaterando.rb index 62672ef..11cec6d 100644 --- a/stargaterando.rb +++ b/stargaterando.rb @@ -148,6 +148,7 @@ module StargateRando::Controllers result_hash = { :fulfillmentText => "You should watch: #{@series}: #{@episode_and_season}: #{@episode_name}" } JSON.generate(result_hash) + end end end