mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
414394206a
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. |
||
---|---|---|
.. | ||
attached | ||
attachment_test.rb | ||
blob_test.rb | ||
filename_test.rb | ||
presence_validation_test.rb | ||
preview_test.rb | ||
reflection_test.rb | ||
representation_test.rb | ||
strict_loading_test.rb | ||
variant_test.rb | ||
variant_with_record_test.rb |