add toastr for notifications
This commit is contained in:
parent
b46a721a7d
commit
5e3e482311
6 changed files with 44 additions and 7 deletions
2
Gemfile
2
Gemfile
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue