aboutsummaryrefslogtreecommitdiffstats
path: root/lib/arel/attributes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/arel/attributes.rb')
-rw-r--r--lib/arel/attributes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/arel/attributes.rb b/lib/arel/attributes.rb
index a7fb00293b..92cc041f83 100644
--- a/lib/arel/attributes.rb
+++ b/lib/arel/attributes.rb
@@ -13,7 +13,7 @@ module Arel
when :date, :datetime, :timestamp, :time then Time
when :boolean then Boolean
else
- raise NotImplementedError, "Column type `#{column.type}` is not currently handled"
+ Undefined
end
end
end