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