Implementing Countable.js to count words.

Changed the words_count method to work with countable.js

Added the gem for countable.js
This commit is contained in:
gotens1211 2017-02-05 16:00:45 +05:30
parent 8b5d6603af
commit c1b81755c9
5 changed files with 17 additions and 14 deletions

View file

@ -178,6 +178,9 @@ gem 'cloudinary'
# for setting app configuration in the environment
gem 'dotenv-rails'
# For countable.js
gem "countable-rails", "~> 0.0.1"
# Both are not in a group as we use it also for rake data:demo
# for fake data
gem 'faker'