Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. class Ability
  2. include CanCan::Ability
  3.  
  4. def initializer user
  5. return if user.nil?
  6.  
  7. can :manage, :all
  8. end
  9. end
Add Comment
Please, Sign In to add comment