Module: GenericFormFor::Inputs::Base::Placeholder
Instance Method Summary collapse
Instance Method Details
#input_html_options ⇒ Object
6 7 8 9 10 11 |
# File 'lib/generic_form_for/inputs/base/placeholder.rb', line 6 def # merge it on top of everything super.merge({ :placeholder => placeholder_text }) end |
#placeholder_text ⇒ Object
13 14 15 |
# File 'lib/generic_form_for/inputs/base/placeholder.rb', line 13 def placeholder_text translate_placeholder([:placeholder]) end |