Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created August 17, 2012 17:56
Show Gist options
  • Save JakubOboza/3381068 to your computer and use it in GitHub Desktop.
Save JakubOboza/3381068 to your computer and use it in GitHub Desktop.
def index
@received_messages = current_user.received_messages
@sent_messages = current_user.sent_messages
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment