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