Sha256: a6fba2a9deffc8562f0911409a517dcf4bf2f1673cb054f37e356e3092fdf7e0

Contents?: true

Size: 590 Bytes

Versions: 4

Compression:

Stored size: 590 Bytes

Contents

require 'font-awesome-sass'
require 'friendly_id'
require 'gravatar_image_tag'
require 'will_paginate'

require 'help_center/engine'
require 'help_center/support_user'
require 'help_center/slack'
require 'help_center/version'
require 'help_center/will_paginate'

module HelpCenter
  # Define who owns the subscription
  mattr_accessor :enable_comments
  mattr_accessor :send_email_notifications
  mattr_accessor :send_slack_notifications
  @@send_email_notifications = false
  @@send_email_notifications = true
  @@send_slack_notifications = true

  def self.setup
    yield self
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
help_center-0.0.4 lib/help_center.rb
help_center-0.0.3 lib/help_center.rb
help_center-0.0.2 lib/help_center.rb
help_center-0.0.1 lib/help_center.rb