We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9156b6a commit 17b710bCopy full SHA for 17b710b
1 file changed
index.html
@@ -141,11 +141,9 @@ <h2 id="installation">Installation</h2>
141
<tt>config.gem "jammit"</tt>
142
</li>
143
<li>
144
- If you're using <b>Rails 2</b>, edit <b>config/routes.rb</b> to give Jammit a route
145
- ( <b>/assets</b> by default) for dynamic asset packaging and caching.
146
- In <b>Rails 3</b>, this route is loaded automatically.
147
- <br /><br />
148
-
+ <p>If you're using <b>Rails 3</b> you're done — Jammit routes are loaded automatically into your app.</p>
+ <p>If you're using <b>Rails 2</b>, edit <b>config/routes.rb</b> to give Jammit a route
+ ( <b>/assets</b> by default) for dynamic asset packaging and caching.</p>
149
<pre>
150
ActionController::Routing::Routes.draw do |map|
151
...
0 commit comments