Skip to content

Instantly share code, notes, and snippets.

@MrNoodle
Created February 4, 2010 20:50
Show Gist options
  • Save MrNoodle/295088 to your computer and use it in GitHub Desktop.
Save MrNoodle/295088 to your computer and use it in GitHub Desktop.
if params[:promo] != nil
@coupon = Coupon.find_by_coupon(params[:promo])
elsif cookies[:promo] != nil
@coupon = Coupon.find_by_coupon(cookies[:promo])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment