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