Sha256: c46b6c6ed31d7e65aae206a127eaec83477d6ab50728fa0bbdef8a46a9db10c0

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

module Titleist
  # Extensions into the Rails framework, including the
  # +Rails.configuration.titleist+ config which can optionally configure
  # the global application title.
  class Engine < Rails::Engine
    config.titleist = ActiveSupport::OrderedOptions.new
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
titleist-0.1.1 lib/titleist/engine.rb
titleist-0.1.0 lib/titleist/engine.rb