melvinsembrano/cms-fortress

View on GitHub
lib/cms-fortress.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method initialize has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def initialize
        self.class.send(:include, Rails.application.routes.url_helpers)
        @theme = :default
        @enable_page_workflow = true
        @enable_page_caching = true
Severity: Minor
Found in lib/cms-fortress.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status