Skip to content

marekdano/rails-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-blog

Authentication: using "devise" gem

Authorization: using "CanCanCan" gem

App has 3 roles:

  1. admin:
  • can do all actions for Article, User, Comment models
  1. moderator:
  • can create and delete any Comment
  • can show, create, update and delete own User
  1. user:
  • can show, create, update and delete own User

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •