SpontaneousCMS/spontaneous

View on GitHub
lib/spontaneous/rack/back.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method application has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def self.application(site = ::Spontaneous.instance)
        ::Rack::Builder.new do
          site.back_controllers.each do |namespace, controller|
            map(namespace) do
              use Scope::Edit, site
Severity: Minor
Found in lib/spontaneous/rack/back.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status