class Ruboty::SlackTakeTurns::Actions::Base::CurrentUserNotFound

Public Instance Methods

message() click to toggle source
# File lib/ruboty/slack_take_turns/actions/base.rb, line 81
def message
  "#{I18n.t 'errors.current_user_not_found'}"
end