Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只想隐藏编辑按钮而不排除 :update 操作。我正在使用内置的编辑功能创建一个自定义编辑按钮,该按钮根据该记录的条件显示。排除该操作,将删除在自定义区域中使用编辑的功能。请建议
生成控制器(包括操作)后,只需从文件:update中删除按钮即可。app/views/<controller>/<page>.html.erb
:update
app/views/<controller>/<page>.html.erb
注意:在这些相同的文件中,您可以在完成后添加自定义按钮。