正在做http://localhost:3000/options/audio
我得到错误:
Missing template options/audio, application/audio with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :jbuilder, :coffee]}. Searched in: * "/Users/mmahalwy/Desktop/Code/quran.com/QuranAPI/app/views"
当我做http://localhost:3000/options/audio.json
这会呈现我的 Jbuilder 文件和所需的 json。如何使用 .json 扩展名呈现我的 jbuilder 模板?