Method: DateTime#present?
- Defined in:
- activesupport/lib/active_support/core_ext/date_time/blank.rb
#present? ⇒ Boolean
15 16 17 |
# File 'activesupport/lib/active_support/core_ext/date_time/blank.rb', line 15 def present? true end |