You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
henning-koch edited this page Sep 13, 2010
·
1 revision
It can be useful to alias action names so you can query the same action using multiple verbs. The two default aliases are new => create and edit => update. To define your own aliases:
class Permissions < Aegis::Permissions
alias_action :read => :show
end