Module: Useful::ErbHelpers::Common
Constant Summary collapse
- OPTIONS =
{ :disabled => 'disabled', :checked => 'checked', :multiple => 'multiple', :multipart => 'multipart/form-data', :default_submit_value => "Save changes" }.freeze
Instance Method Summary collapse
Instance Method Details
#erb_helper_clear_output_buffer ⇒ Object
18 19 20 |
# File 'lib/useful/erb_helpers/common.rb', line 18 def erb_helper_clear_output_buffer @_out_buf = "" end |