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