Skip to content

Commit

Permalink
small doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Feb 1, 2009
1 parent aeca336 commit ce838db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/clearance/templates/README
Expand Up @@ -36,9 +36,9 @@ The constant is used by mailers to generate URLs in emails.
In config/environment.rb:

DO_NOT_REPLY = "donotreply@example.com"

3. Clearance depends on root_url, so please make sure that it is defined to
*something* your config/routes.rb:
*something* in your config/routes.rb:

map.root :controller => 'home'

Expand All @@ -51,4 +51,4 @@ test/test_helper.rb:
include Clearance::Test::TestHelper
end

*******************************************************************************
*******************************************************************************

0 comments on commit ce838db

Please sign in to comment.