./README.md in smart_table-0.0.2 vs ./README.md in smart_table-0.0.3
- old
+ new
@@ -21,9 +21,12 @@
```
// Add this to your application.js or vendor.js
//= require smart_table
// Add this to your application.scss or vendor.scss
+// smart_table uses font-awesome for the sorting icons, so make sure you require
+// font-awesome first
+*= require font-awesome
*= require smart_table
```
### Setting up the Controller
Add this line to your index action: