instance method
preview
Ruby on Rails 8.0.4
Since v7.1.6 Last seen in v8.0.4Signature
preview(event)
No documentation comment.
Parameters
-
eventreq
Source
# File activestorage/lib/active_storage/log_subscriber.rb, line 21
def preview(event)
info event, color("Previewed file from key: #{key_in(event)}", BLUE)
end
Defined in activestorage/lib/active_storage/log_subscriber.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::LogSubscriber