Move the constant as well.

This commit is contained in:
Guo Xiang Tan
2017-06-06 15:38:26 +09:00
parent 26b5981f19
commit 17c29c972b
2 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,6 @@ module DiscourseNarrativeBot
class Base
include Actions
TIMEOUT_DURATION = 900 # 15 mins
class InvalidTransitionError < StandardError; end
def input(input, user, post: nil, topic_id: nil, skip: false)