Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
better README
  • Loading branch information
Richard committed Aug 19, 2009
1 parent 30985ca commit 84cd4b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.textile
Expand Up @@ -68,9 +68,9 @@ Sitemap::Routes.draw do |map|
end
</code></pre>

*Important*: substitution keyword can only define one model, if you need replace attributes in two models or more, I recommend you define a virtual attribute, or use delegate.
*Important*: substitution keyword can only define one model, if you need replace attributes in two models or more, I recommend you define a virtual attribute, or use delegate.

*Important*: You can check the spec/sitemap_spec.rb to see the use of Sitemap::Routes.
*Important*: You can check the spec/sitemap_spec.rb to see the use of Sitemap::Routes.


* run rake task.
Expand Down

0 comments on commit 84cd4b6

Please sign in to comment.