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