Skip to content

Instantly share code, notes, and snippets.

@bdmac
Created June 1, 2009 20:40
Show Gist options
  • Save bdmac/121767 to your computer and use it in GitHub Desktop.
Save bdmac/121767 to your computer and use it in GitHub Desktop.
before_filter :setup_rpx_api_key, :only => [:rpx_new, :rpx_create, :rpx_associate]
protected
def setup_rpx_api_key
RPXNow.api_key = [YOUR API KEY]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment