Skip to content

Commit

Permalink
Merge pull request rails#197 from colszowka/patch-1
Browse files Browse the repository at this point in the history
Extended config.ru example instructions.
  • Loading branch information
sstephenson committed Sep 19, 2011
2 parents e7dc9b9 + a21f564 commit 9ef2bf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -110,6 +110,10 @@ way to do this is with the `map` method in `config.ru`:
environment.append_path 'app/assets/stylesheets'
run environment
end

map '/' do
run YourRackApp
end

### Accessing Assets Programmatically ###

Expand Down

0 comments on commit 9ef2bf5

Please sign in to comment.