1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-28 09:24:24 +01:00

fix statistic_profile

This commit is contained in:
Sylvain 2019-06-05 12:24:01 +02:00
parent 17fbd6b465
commit 660a8abe8b
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
web: bundle exec rails server puma -p $PORT -b0.0.0.0
#web: bundle exec rails server puma -p $PORT -b0.0.0.0
worker: bundle exec sidekiq -C ./config/sidekiq.yml
mail: bundle exec mailcatcher --foreground

View File

@ -1,5 +1,5 @@
json.id reservation.id
json.user_id reservation.user_id
json.user_id reservation.statistic_profile.user_id
json.user_full_name reservation.user.profile.full_name
json.message reservation.message
json.slots reservation.slots do |s|