-
Matheus Richard authored
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.
Matheus Richard authoredNow 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.
Loading