Sha256: f58dfbec00467fd4782a51168659f897e2d234eb9076201d85a8fd2d0abca0e9
Contents?: true
Size: 467 Bytes
Versions: 23
Compression:
Stored size: 467 Bytes
Contents
# Alas, I need to duplicate code from Formtastic::Inputs::Base::Stringish because # there's no way to re-import that module. module FlexaFormtasticBootstrap module Inputs module Base module Stringish include Formtastic::Inputs::Base::Stringish def wrapper_html_options new_class = [super[:class], "stringish"].compact.join(" ") super.merge(:class => new_class) end end end end end
Version data entries
23 entries across 23 versions & 1 rubygems