Sha256: 13cce72c3986aa552438928ddc21824586173366a86857822fc0edcea51f5b83

Contents?: true

Size: 256 Bytes

Versions: 3

Compression:

Stored size: 256 Bytes

Contents

module Controll::Enabler
  module Maps
    extend ActiveSupport::Concern

    module ClassMethods
      def redirect_map map = {}
        @redirect_map ||= map
      end

      def render_map map = {}
        @render_map ||= map
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
controll-0.3.2 lib/controll/enabler/maps.rb
controll-0.3.1 lib/controll/enabler/maps.rb
controll-0.3.0 lib/controll/enabler/maps.rb