aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/file_field.rb
blob: 201b7fffa5865b65c1ccedbc241cae521e7656b0 (plain) (blame)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true
module ActionView
  module Helpers
    module Tags # :nodoc:
      class FileField < TextField # :nodoc:
      end
    end
  end
end