Implement Event Ratings
This commit is contained in:
parent
5be1ad52ee
commit
20f4853487
67 changed files with 1298 additions and 378 deletions
3
Gemfile
3
Gemfile
|
|
@ -23,6 +23,9 @@ gem 'mysql2'
|
|||
# for observing records
|
||||
gem 'rails-observers'
|
||||
|
||||
# for rating
|
||||
gem 'ratyrate', github: 'wazery/ratyrate', branch: 'master'
|
||||
|
||||
# for tracking data changes
|
||||
gem 'paper_trail'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue