Guest User

Untitled

a guest
Nov 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. module CallsHelper
  2. def unit_nil
  3. if call.unit
  4. unit.status.try(:unit_status)
  5. else
  6. Unassigned
  7. end
  8. end
  9.  
  10. end
Add Comment
Please, Sign In to add comment