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