Skip to content

Instantly share code, notes, and snippets.

@mh-github
Created July 30, 2012 13:18
Show Gist options
  • Save mh-github/3206820 to your computer and use it in GitHub Desktop.
Save mh-github/3206820 to your computer and use it in GitHub Desktop.
def pending_connections = {
def user = session.user.attach()
render (template: 'pending-connections',
model: [pending_connections : user.connections_requested_by])
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment