π Challenge: Implement Action Method with View
Use your knowledge to write action methods and views that return a list of active and inactive users.
We'll cover the following...
Requirements
As of right now, your application returns a list of users that are both active and inactive. You need to refine it, and only return users that are active ...