Skip to content

Instantly share code, notes, and snippets.

@rbin
Last active December 31, 2015 22:59
Show Gist options
  • Save rbin/8056671 to your computer and use it in GitHub Desktop.
Save rbin/8056671 to your computer and use it in GitHub Desktop.
def index
@messages = Message.all
end
def show
@messages = Message.find(params[:id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment