aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/attributes/time.rb
blob: 7a2de726c88b7a18646806ad3adb566691f64975 (plain) (blame)
1
2
3
4
5
6
module Arel
  module Attributes
    class Time < Attribute
    end
  end
end