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:
parent
0dc8166536
commit
4687e59d5c
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@ module ActiveRecord
|
|||
true
|
||||
end
|
||||
|
||||
def supports_datetime_with_precision?
|
||||
true
|
||||
end
|
||||
|
||||
def active?
|
||||
@active != false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue