app/inputs/uploadable_input.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def input
    template.content_tag(:div, :class => @input_html_classes.select {|c| c =~ /span[1-9]+/}.push('uploadable-input')) do
      result = ''
      
      result += template.content_tag(:ul, :class => 'uploadable-nav') do
Severity: Minor
Found in app/inputs/uploadable_input.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status