method
quoted_date
v1.0.0 -
Show latest stable
- Class:
ActiveRecord::ConnectionAdapters::Quoting
quoted_date(value)public
No documentation available.
# File activerecord/lib/active_record/connection_adapters/abstract/quoting.rb, line 46
def quoted_date(value)
value.strftime("%Y-%m-%d %H:%M:%S")
end