1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Support supports_datetime_with_precision? for sqlite3

This commit is contained in:
Yasuo Honda 2015-11-23 21:13:03 +00:00
parent 0dc8166536
commit 4687e59d5c

View file

@ -129,6 +129,10 @@ module ActiveRecord
true
end
def supports_datetime_with_precision?
true
end
def active?
@active != false
end