# File lib/simple_form/inputs/string_input.rb, line 14 def input_html_classes string? ? super : super.unshift("string") end