refinery/refinerycms

View on GitHub
testing/lib/refinery/testing/controller_macros/routes.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Refinery
  module Testing
    module ControllerMacros
      module Routes
        extend ActiveSupport::Concern
        included do
          routes { ::Refinery::Core::Engine.routes }
        end
      end
    end
  end
end