app/helpers/template_helper.rb
Method k_content_tag
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def k_content_tag(element, attribute = nil, object = nil, content_or_options_with_block = nil, options = {}, escape = true, &block)
Method k_hidden_field_tag
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def k_hidden_field_tag(name, value=nil, object=nil, delegate_to=nil, options = {})
Method k_check_box_tag
has 5 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
def k_check_box_tag(object, name, value=nil, checked = false, options = {})