seyhunak/twitter-bootstrap-rails

View on GitHub
lib/generators/bootstrap/themed/themed_generator.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class ThemedGenerator has 23 methods (exceeds 20 allowed). Consider refactoring.
Open

    class ThemedGenerator < ::Rails::Generators::Base
      source_root File.expand_path('../templates', __FILE__)
      argument :controller_path,    :type => :string
      argument :model_name,         :type => :string, :required => false
      argument :layout,             :type => :string, :default => "application",
Severity: Minor
Found in lib/generators/bootstrap/themed/themed_generator.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status