Sha256: dc724b52308e7b61d4230f3ab12322d3427a1227847e4dbf98376f0fb475d375

Contents?: true

Size: 257 Bytes

Versions: 3

Compression:

Stored size: 257 Bytes

Contents

# frozen_string_literal: true

module Cmor
  module Legal
    module Frontend
      module Configuration
        def configure
          yield self
        end

        mattr_accessor(:base_controller) { "::FrontendController" }
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cmor_legal_frontend-0.0.50.pre lib/cmor/legal/frontend/configuration.rb
cmor_legal_frontend-0.0.49.pre lib/cmor/legal/frontend/configuration.rb
cmor_legal_frontend-0.0.48.pre lib/cmor/legal/frontend/configuration.rb