Skip to content

Commit

Permalink
Readme:engine should only be mounted in development
Browse files Browse the repository at this point in the history
  • Loading branch information
charly committed Oct 8, 2012
1 parent 8389a02 commit bfd6c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Meet Jail : it puts all your Javascripts (& cie) in Rails, with just a click!

config/routes.rb

mount Jail::Engine => "/jail"
mount Jail::Engine => "/jail" if Rails.env.development?

## Usage

Expand Down

0 comments on commit bfd6c75

Please sign in to comment.