Module: HelpCenter

Defined in:
lib/help_center.rb,
lib/help_center/slack.rb,
lib/help_center/engine.rb,
lib/help_center/version.rb,
lib/help_center/support_user.rb,
lib/generators/help_center/views_generator.rb,
lib/generators/help_center/helpers_generator.rb,
lib/generators/help_center/controllers_generator.rb

Defined Under Namespace

Modules: Generators, SupportPostsHelper, SupportThreadsHelper, SupportUser Classes: ApplicationController, Engine, NotificationsController, Slack, SupportCategoriesController, SupportPostNotificationJob, SupportPostsController, SupportThreadNotificationJob, SupportThreadsController, UserMailer

Constant Summary collapse

VERSION =
"0.1.0"
@@send_email_notifications =
true
@@send_slack_notifications =
true

Class Method Summary collapse

Class Method Details

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:

  • _self (HelpCenter)

    the object that the method was called on



20
21
22
# File 'lib/help_center.rb', line 20

def self.setup
  yield self
end