Skip to content

Commit 6a7d331

Browse files
committed
update README
1 parent 3294d58 commit 6a7d331

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README

+10
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
Add jquery-datatables (http://datatables.net/) to a rails app.
2+
3+
Requires Rails 3.1.
4+
5+
To install:
6+
7+
1. Add to your Gemfile, in the :assets group:
8+
gem "jquery-datatables-rails", :git => '[email protected]:kclair/jquery-datatables-rails.git'
9+
10+
2. Add to your application.js file:
11+
//= require jquery.dataTables

0 commit comments

Comments
 (0)