Sha256: 498365a7ff97fb25e009184087540666f631724115c7b2d96aa13cccad4588fe
Contents?: true
Size: 377 Bytes
Versions: 5
Compression:
Stored size: 377 Bytes
Contents
# really what we want is a reference to the Initializer used in # config/boot.rb. But since we can't monkey patch that file, we'll # use a fake instead. # this is used by the rapid_summary tag with_plugins module Hobo class FakeInitializer attr_reader :configuration def initialize(config = Rails.configuration) @configuration = config end end end
Version data entries
5 entries across 5 versions & 1 rubygems