Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 463 Bytes

README.rdoc

File metadata and controls

12 lines (9 loc) · 463 Bytes

Usage =======================================

<%= asset_autoinclude_tag %>

Prerequisites ===============================

You need to create files named after your controllers. For example a controller with the name BooksController You would create books.js and books.css This keeps your javascript and css logic in the correct places. If you practice unobtrusive css and javascript methods in your development practice this should clean things up quite a bit.