Sha256: 62c1fc2348d063566ba745ff5d55a331c22ab494afd89638206053dbc3126433

Contents?: true

Size: 150 Bytes

Versions: 1

Compression:

Stored size: 150 Bytes

Contents

module Formulaic
  module Inputs
    class FileInput < Input
      def fill
        attach_file(label.to_str, value.path)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
formulaic-0.4.1 lib/formulaic/inputs/file_input.rb