class Formulaic::Inputs::FileInput

Public Instance Methods

fill() click to toggle source
# File lib/formulaic/inputs/file_input.rb, line 4
def fill
  attach_file(label.to_str, value.path)
end