Skip to content

Instantly share code, notes, and snippets.

@benwoody
Created August 1, 2012 19:18
Show Gist options
  • Save benwoody/3229905 to your computer and use it in GitHub Desktop.
Save benwoody/3229905 to your computer and use it in GitHub Desktop.
ostruct_couchdb_cloudant_thing
require 'couchrest'
require 'ostruct'
configure do
SiteConfig = OpenStruct.new(
:url_base_db => 'https://USERNAME:[email protected]/',
:db_name => "heyo_mountain"
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment