rails--rails/activestorage/test/template
Matheus Richard 414394206a Extend audio_tag and video_tag to accept Active Storage attachments.
Now it's possible to write

    audio_tag(user.audio_file)
    video_tag(user.video_file)

Instead of

    audio_tag(polymorphic_path(user.audio_file))
    video_tag(polymorphic_path(user.video_file))

image_tag already supported that, so this follows the same pattern.
2022-03-14 02:05:37 -03:00
..
audio_tag_test.rb Extend audio_tag and video_tag to accept Active Storage attachments. 2022-03-14 02:05:37 -03:00
image_tag_test.rb Make vips the default variant processor for new apps 2021-07-14 14:26:43 -03:00
video_tag_test.rb Extend audio_tag and video_tag to accept Active Storage attachments. 2022-03-14 02:05:37 -03:00