Guest User

Untitled

a guest
Aug 16th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. def allowed_connections_ids(force = false)
  2. Rails.cache.fetch("uaci-#{self.id}",
  3. expires_in: 7.days,
  4. force: force
  5. ) do
  6. self.allowed_connections.map(&:id)
  7. end
  8. end
Add Comment
Please, Sign In to add comment