Guest User

Untitled

a guest
Apr 19th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. unless current_user.has_permission?('write_users')
  2. # Get all directed units for current user
  3. unit_list = []
  4. for unit in current_user.units.by_grade(1)
  5. unit_list += unit.descendants_and_self
  6. end
Add Comment
Please, Sign In to add comment