Skip to content

Instantly share code, notes, and snippets.

@IceskYsl
Created August 21, 2008 05:47
Show Gist options
  • Save IceskYsl/6511 to your computer and use it in GitHub Desktop.
Save IceskYsl/6511 to your computer and use it in GitHub Desktop.
def show
@auction = Auction.find(params[:id])
@user = User.find(params[:user_id])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment