forked from railsadminteam/rails_admin
-
Couldn't load subscription status.
- Fork 1
Edit action
bbenezech edited this page Feb 6, 2012
·
3 revisions
# with
alias_action :update, :destroy, :create, :to => :write
can :manage, :all
# includes
can :write, :all
# includes
can :write, Model
# includes
can :update, Model
# includes
can :update, Model, { conditions_and_default_attributes }