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