Rails 的 API
2021-03-31 05:25
阅读:621
标签:cat 指定 json格式 uil red 练习 form cal mode 位置:自我练习/weather Readme.rb Rails 的 API 标签:cat 指定 json格式 uil red 练习 form cal mode 原文地址:https://www.cnblogs.com/chentianwei/p/9264156.html建立了2个model, Location, recording. 一对多关联
建立了2个controller,继承关系
ApiController
ApiController::Api::V1::LocationsController
建立了一个show.json.jbuilder.
如果像这样,没有明确指定1.json格式:
http://localhost:4000/api/v1/locations/1
则会使用ApiController的默认设置:
“request.format = :json”
评论
亲,登录后才可以留言!