Skip to content

Commit

Permalink
Add ' to "require resque/server" in README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
federomero committed Oct 26, 2011
1 parent 7bc421a commit eb999e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -491,7 +491,7 @@ HTTP basic auth).

### Rails 3

You can also mount Resque on a subpath in your existing Rails 3 app by adding `require resque/server` to the top of your routes file or in an initializer then adding this to `routes.rb`:
You can also mount Resque on a subpath in your existing Rails 3 app by adding `require 'resque/server'` to the top of your routes file or in an initializer then adding this to `routes.rb`:

``` ruby
mount Resque::Server.new, :at => "/resque"
Expand Down

0 comments on commit eb999e5

Please sign in to comment.