instance method
blank?
Ruby on Rails 6.1.7.10
Since v6.0.6Signature
blank?()
No documentation comment.
Source
# File activestorage/lib/active_storage/attached/one.rb, line 16
def blank?
!attached?
end
Defined in activestorage/lib/active_storage/attached/one.rb line 16
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Attached::One