- can [:index, :new, :create, :show, :edit, :update, :destroy], ClientApplication
- can [:new, :create, :edit, :update, :comment, :subscribe, :unsubscribe], DiaryEntry
+ can [:subscribe, :unsubscribe], Changeset
+ can [:index, :new, :create, :show, :update, :destroy], :oauth2_application
+ can [:index, :destroy], :oauth2_authorized_application
+ can [:new, :show, :create, :destroy], :oauth2_authorization
+ can [:update, :destroy], :account
+ can [:show], :dashboard
+ can [:new, :create, :subscribe, :unsubscribe], DiaryEntry
+ can :update, DiaryEntry, :user => user
+ can [:create], DiaryComment