avatar

13

Add docs about rake tasks

by chrisk, 25 Jul, 2007 10:33 PM
3 13  
2424     javascript_include_tag :all, :cache => true
2525     stylesheet_link_tag :all, :cache => true
2626 
27 If you need to install or remove the assets manually (for example, because you
28 just upgraded to a newer version of the plugin), use these rake tasks:
2729 
30     rake templated_attribute:install
31     rake templated_attribute:remove
2832 
2933 
3034