module DeepUnrest::Concerns::NullConcern

Protected Instance Methods

issue_warning() click to toggle source
# File lib/deep_unrest/concerns/null_concern.rb, line 12
def issue_warning
  # TODO: get link to docs for this
  logger.info 'Warning: no concern set for DeepUnrest. Read the docs.'
end