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