Admin user should be able to manage all Houses, Groups and Tasks as well as all Users. 1. add admin flag to user table 2. in `ability.rb`: ``` if user.admin? can :manage, :all end ```
Admin user should be able to manage all Houses, Groups and Tasks as well as all Users.
add admin flag to user table
in
ability.rb: