class ApplicationController < ActionController::API def vehicles render json: { name: 'Tesla Model 3' } end end. At this point it's ...
確定! 回上一頁