From the course: Ruby on Rails 5 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: AdminUser CRUD

Challenge: AdminUser CRUD - Ruby on Rails Tutorial

From the course: Ruby on Rails 5 Essential Training

Start my 1-month free trial

Challenge: AdminUser CRUD

- [Narrator] In this chapter, we will spend some time improving our simple CMS application. So far, we've been doing a little work here and there as we've learned about Rails features, but now it's time to start putting on a bit more polish so this can become a full, respectable, working application. We'll begin with another challenge assignment. In this challenge, you will use what you've learned in all the proceeding chapters to create an area for managing our admin users. We never created the Admin CRUD before, and now that we've learned about user authentication it's time to do it. You should have acquired all of the skills that you need for this challenge. It's an opportunity for you to apply and review everything we've covered so far. This is real web development. Let's go over the requirements and goals of the challenge. First, in our model, there are two things that I want you to do, define a method name, a custom method, that's going to return a combination of the user's…

Contents