acesuares / inline_forms

Inline Forms
MIT License
24 stars 15 forks source link

Audio field #41

Closed ortegacmanuel closed 6 years ago

ortegacmanuel commented 6 years ago

This PR adds a new field type, the audio_field, so you can do:

rails g inline_forms Dog name:string caption:string audio:audio_field description:text _enabled:yes _presentation:'#{name}'
rails generate uploader Audio

and this give you...

audio_field