Skip to content

Instantly share code, notes, and snippets.

@marconipoveda
Created January 20, 2009 04:34
Show Gist options
  • Save marconipoveda/49329 to your computer and use it in GitHub Desktop.
Save marconipoveda/49329 to your computer and use it in GitHub Desktop.
def save_offer
@offer = Offer.new(params[:offer])
@offer.offer
@offer.save
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment