Created
December 13, 2012 04:59
-
-
Save malachaifrazier/4274110 to your computer and use it in GitHub Desktop.
audio_tag fun in Rails 3.2.9 '<p>Your browser does not support the audio element. Use Chrome. </p>'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # If I have one of these | |
| <%=audio_tag track.audio,:type =>"mp3/audio",:controls =>true,:autoplay =>false,:preload =>:auto%> | |
| # Where do I put this? | |
| <p>Your browser does not support the audio element. Use Chrome. </p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment