Sha256: 57a41ae2071044bcb0c2e38df45f8d3b1f4837e35e0f6df3cadb8dd0a6f85452

Contents?: true

Size: 347 Bytes

Versions: 50

Compression:

Stored size: 347 Bytes

Contents

require 'active_support/core_ext/module/delegation'
require 'active_support/core_ext/module/attribute_accessors'
require 'active_support/hash_with_indifferent_access'

module Cmor
  module Testimonials
    module Configuration
      def configure
        yield self
      end

      mattr_accessor(:image_variant_options) { {} }
    end
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
cmor_testimonials-0.0.60.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.59.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.58.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.57.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.56.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.55.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.54.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.53.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.52.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.51.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.50.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.49.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.48.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.45.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.44.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.43.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.42.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.41.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.40.pre lib/cmor/testimonials/configuration.rb
cmor_testimonials-0.0.39.pre lib/cmor/testimonials/configuration.rb