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 public_tag_options(options, escape = true) #:nodoc:
  if respond_to?(:tag_options, true)
    tag_options(options, escape)
  else
    tag_builder.tag_options(options, escape)
  end
end