- can [:index, :new, :create, :show, :edit, :update, :destroy], ClientApplication
- can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry
- can [:new, :create, :reply, :show, :inbox, :outbox, :mark, :destroy], Message
+ can [:subscribe, :unsubscribe], Changeset
+ can [:index, :create, :show, :update, :destroy], :oauth2_application
+ can [:index, :destroy], :oauth2_authorized_application
+ can [:show, :create, :destroy], :oauth2_authorization
+ can [:update, :destroy], :account
+ can [:show], :dashboard
+ can [:create, :subscribe, :unsubscribe], DiaryEntry
+ can :update, DiaryEntry, :user => user
+ can [:create], DiaryComment
+ can [:make_friend, :remove_friend], Friendship
+ can [:create, :reply, :show, :inbox, :outbox, :muted, :mark, :unmute, :destroy], Message