Skip to content

Instantly share code, notes, and snippets.

@ab5tract
Created January 12, 2009 02:03
Show Gist options
  • Save ab5tract/45854 to your computer and use it in GitHub Desktop.
Save ab5tract/45854 to your computer and use it in GitHub Desktop.
class Default < Waves::Configurations::Default
attribute 'wikiroot'
wikiroot File.join ENV["HOME"], "wiki"
...
end
class Development < Default
# You get the idea ;)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment