Skip to content

Instantly share code, notes, and snippets.

@jaigouk
Created January 8, 2009 05:43
Show Gist options
  • Select an option

  • Save jaigouk/44598 to your computer and use it in GitHub Desktop.

Select an option

Save jaigouk/44598 to your computer and use it in GitHub Desktop.
Merb::Config[:framework] = {
:application => Merb.root / "application.rb",
:config => [Merb.root / "config", nil],
:public => [Merb.root / "public", nil],
:model => Merb.root / "models",
:view => Merb.root / "views"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment