diff options
Diffstat (limited to 'app/views/active_storage')
-rw-r--r-- | app/views/active_storage/blobs/_blob.html.erb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/active_storage/blobs/_blob.html.erb b/app/views/active_storage/blobs/_blob.html.erb new file mode 100644 index 0000000000..2b17745c8d --- /dev/null +++ b/app/views/active_storage/blobs/_blob.html.erb @@ -0,0 +1,7 @@ +<h2>Engine <code>blob/_blob</code>:</h2> + +<%= debug blob %> + +<figure> + <%= image_tag rails_blob_path(blob) %> +</figure> |