aboutsummaryrefslogblamecommitdiffstats
path: root/actionview/lib/action_view/helpers/tags/time_select.rb
blob: ba3dcb64e3a9ba3569123eeffa8b749c9ef6de91 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                             

                 

                                             



         
# frozen_string_literal: true

module ActionView
  module Helpers
    module Tags # :nodoc:
      class TimeSelect < DateSelect # :nodoc:
      end
    end
  end
end