File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,9 +141,15 @@ <h2 id="installation">Installation</h2>
141141 < tt > config.gem "jammit"</ tt >
142142 </ li >
143143 < li >
144- < p > If you're using < b > Rails 3</ b > you're done — Jammit routes are loaded automatically into your app.</ p >
145- < p > If you're using < b > Rails 2</ b > , edit < b > config/routes.rb</ b > to give Jammit a route
146- ( < b > /assets</ b > by default) for dynamic asset packaging and caching.</ p >
144+ < p >
145+ If you're using < b > Rails 3</ b > , you're done! Jammit routes
146+ (under < b > /assets</ b > by default) will be loaded automatically into
147+ your app.
148+ </ p >
149+ < p >
150+ If you're using < b > Rails 2</ b > , edit < b > config/routes.rb</ b > to give
151+ Jammit routes for dynamic asset packaging and caching.
152+ </ p >
147153< pre >
148154ActionController::Routing::Routes.draw do |map|
149155 ...
You can’t perform that action at this time.
0 commit comments