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