基于约定 在routes中配置了 resources :posts class PostsController < ApplicationController end 此时只要有相应的view 方法不定义 仍旧可以渲染视图 参考 参考2