class Formtastic::Inputs::UploadifyInput

Public Instance Methods

to_html() click to toggle source
# File lib/uploadify_rails/hooks/formtastic.rb, line 11
def to_html
  uploader = Renderer.render("shared/uploadify/#{method.to_s}/form", {:form => builder})
  input_wrapping do
    label_html << uploader.html_safe
  end
end