Sha256: 498b78d65603d55e8975b21e3b464c117d01740023dcd70c14d505b530f5a28a

Contents?: true

Size: 232 Bytes

Versions: 11

Compression:

Stored size: 232 Bytes

Contents

module Refinery
  module Testing
    module ControllerMacros
      module Routes
        extend ActiveSupport::Concern
        included do
          routes { ::Refinery::Core::Engine.routes }
        end
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
refinerycms-testing-4.0.3 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-4.0.2 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-4.0.1 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.6 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-4.0.0 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.5 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.4 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.3 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.2 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.1 lib/refinery/testing/controller_macros/routes.rb
refinerycms-testing-3.0.0 lib/refinery/testing/controller_macros/routes.rb