Skip to content

Instantly share code, notes, and snippets.

@mattapayne
Created April 19, 2009 20:30
Show Gist options
  • Save mattapayne/98209 to your computer and use it in GitHub Desktop.
Save mattapayne/98209 to your computer and use it in GitHub Desktop.
configure do
RDefensio::API.configure do |conf|
conf.api_key = App::Config.defensio_api_key
conf.owner_url = App::Config.defensio_owner_url
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment