aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/range_field.rb
blob: 66d1bbac5bb431519bf11cb939063fbf752f683e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class RangeField < NumberField # :nodoc:
      end
    end
  end
end