Rademade/rademade_admin

View on GitHub
app/services/template_service.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method template_paths has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def template_paths
      @template_paths ||= {
        :main_layout => layout_path('main'),
        :login_layout => layout_path('login'),
        :content_item_layout => layout_path('content_item'),
Severity: Minor
Found in app/services/template_service.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status