Sha256: e3c78df1d484344ae1d9d47c762da39a051d06243ffb84fd19d78d3dd2539bda

Contents?: true

Size: 313 Bytes

Versions: 9

Compression:

Stored size: 313 Bytes

Contents

module HelpCenter
  class Engine < ::Rails::Engine
    engine_name 'help_center'

    # Grab the Rails default url options and use them for sending emails & notifications
    config.after_initialize do
      HelpCenter::Engine.routes.default_url_options = ActionMailer::Base.default_url_options
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
help_center-0.1.0 lib/help_center/engine.rb
help_center-0.0.9 lib/help_center/engine.rb
help_center-0.0.8 lib/help_center/engine.rb
help_center-0.0.7 lib/help_center/engine.rb
help_center-0.0.6 lib/help_center/engine.rb
help_center-0.0.4 lib/help_center/engine.rb
help_center-0.0.3 lib/help_center/engine.rb
help_center-0.0.2 lib/help_center/engine.rb
help_center-0.0.1 lib/help_center/engine.rb