From 04fa1a67e12ec6f196fd1cae2b7798186d7da22a Mon Sep 17 00:00:00 2001 From: Ilion Beyst Date: Tue, 8 Sep 2015 15:12:28 +0200 Subject: [PATCH] Use datatables --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 5ede63b..827d765 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,8 @@ gem 'cancancan' # Pure for css gem 'purecss-rails' +# Use datatables +gem 'jquery-datatables-rails', '~> 3.3.0' # Use jquery as the JavaScript library