aboutsummaryrefslogblamecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/file_field.rb
blob: 0b1d9bb778e297fedfecc9d0a864d6bd49545dba (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                             

                 

                                           



         
# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class FileField < TextField # :nodoc:
      end
    end
  end
end