aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/type/time_value.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/lib/active_record/type/time_value.rb')
-rw-r--r--activerecord/lib/active_record/type/time_value.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/lib/active_record/type/time_value.rb b/activerecord/lib/active_record/type/time_value.rb
index 8d9ac25643..53188d4d69 100644
--- a/activerecord/lib/active_record/type/time_value.rb
+++ b/activerecord/lib/active_record/type/time_value.rb
@@ -1,10 +1,6 @@
module ActiveRecord
module Type
module TimeValue # :nodoc:
- def klass
- ::Time
- end
-
def type_cast_for_schema(value)
"'#{value.to_s(:db)}'"
end