Class: EgovUtils::Helpers::Tags::FileuidField

Inherits:
ActionView::Helpers::Tags::TextField
  • Object
show all
Defined in:
lib/egov_utils/helpers/tags/fileuid_field.rb

Instance Method Summary collapse

Instance Method Details

#renderObject



6
7
8
9
10
# File 'lib/egov_utils/helpers/tags/fileuid_field.rb', line 6

def render
  res = super
  res << @template_object.javascript_tag(javascript_str(@options.stringify_keys))
  res
end