mfpiccolo/kindred

View on GitHub
app/helpers/template_helper.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method k_content_tag has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

  def k_content_tag(element, attribute = nil, object = nil, content_or_options_with_block = nil, options = {}, escape = true, &block)
Severity: Major
Found in app/helpers/template_helper.rb - About 50 mins to fix

    Method k_hidden_field_tag has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      def k_hidden_field_tag(name, value=nil, object=nil, delegate_to=nil, options = {})
    Severity: Minor
    Found in app/helpers/template_helper.rb - About 35 mins to fix

      Method k_check_box_tag has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

        def k_check_box_tag(object, name, value=nil, checked = false, options = {})
      Severity: Minor
      Found in app/helpers/template_helper.rb - About 35 mins to fix

        There are no issues that match your filters.

        Category
        Status