Skip to content

BProkopenko/lesson3

 
 

Repository files navigation

lesson3

Users managament

  • Generate new rails app
  • Generate user model with (name: string, role: integer(enum))
  • Should be two user roles admin and user
  • Admin should be able to CRUD other users and admin (scaffold)
  • User with role user should be able to see only welcome page
  • Use device gem for authentication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.4%
  • TypeScript 14.6%
  • JavaScript 3.4%
  • HTML 3.4%
  • CSS 0.2%