Sha256: 58309cf8952db487a1048405ad66e6b854cd54f63cbe0a1e6347fe4dbd07539f
Contents?: true
Size: 182 Bytes
Versions: 73
Compression:
Stored size: 182 Bytes
Contents
class TextInput < FormtasticBootstrap::Inputs::TextInput def input_html_options super.merge(:"data-limit" => @options[:limit], :rows => (@options[:rows] || 5)) end end
Version data entries
73 entries across 73 versions & 1 rubygems