Module: ActionView::Helpers::TagHelper
- Included in:
- Wice::Columns::ViewColumn, Wice::GridRenderer
- Defined in:
- lib/wice/wice_grid_core_ext.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#public_tag_options(options, escape = true) ⇒ Object
:nodoc:
115 116 117 118 119 120 121 |
# File 'lib/wice/wice_grid_core_ext.rb', line 115 def (, escape = true) #:nodoc: if respond_to?(:tag_options, true) (, escape) else tag_builder.(, escape) end end |