method

preview

preview(event)
public

No documentation available.

# 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