add toastr for notifications

This commit is contained in:
hitman 2017-03-06 22:04:09 +05:30
parent b46a721a7d
commit 5e3e482311
6 changed files with 44 additions and 7 deletions

View file

@ -20,6 +20,8 @@ gem 'responders', '~> 2.0'
# as the database for Active Record
gem 'mysql2'
# for toastr notifications
gem 'toastr-rails'
# for observing records
gem 'rails-observers'