Skip to content

Instantly share code, notes, and snippets.

@markbates
Created August 29, 2008 15:55
Show Gist options
  • Save markbates/7986 to your computer and use it in GitHub Desktop.
Save markbates/7986 to your computer and use it in GitHub Desktop.
configatron do |config|
config.email = "mark@mackframework.com"
config.database_url = "postgres://localhost/mack_framework_rocks"
# etc...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment