Commit e8b5deacb4f2441b43bcf9c8fb09b82dc84efbb7

Authored by Ben Johnson
2 parents ff02a801 ca9fd0dd
Exists in master

Merge pull request #26 from stevegraham/patch-1

Rails.root is not app/
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
README.rdoc
... ... @@ -48,7 +48,7 @@ to a key in the YAML file.
48 48  
49 49 Using a namespace allows us to change our configuration depending on our environment:
50 50  
51   - # app/config/application.yml
  51 + # config/application.yml
52 52 defaults: &defaults
53 53 cool:
54 54 saweet: nested settings
... ...