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.
假设我只想让大多数人看到视图并拥有
actions :all, :except => [:edit, :new, :destroy]
做到这一点。我需要指定用户prime_user获得编辑权限。
prime_user
那么我该怎么做呢?
我不能只是做动作:edit可以吗?
:edit
我收到一个错误。
使用before_filter。给出的例子似乎正是你所要求的。