aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/algebra/attributes/time.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/algebra/attributes/time.rb')
-rw-r--r--lib/arel/algebra/attributes/time.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/arel/algebra/attributes/time.rb b/lib/arel/algebra/attributes/time.rb
deleted file mode 100644
index 7a2de726c8..0000000000
--- a/lib/arel/algebra/attributes/time.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Arel
- module Attributes
- class Time < Attribute
- end
- end
-end