Skip to content

Instantly share code, notes, and snippets.

@marciok
Created December 17, 2012 18:11
Show Gist options
  • Save marciok/4320480 to your computer and use it in GitHub Desktop.
Save marciok/4320480 to your computer and use it in GitHub Desktop.
class V1::Users::OffersController < V1::UsersController
def purchase
product = Product.find(params[:offer_id])
product.bind(@user)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment