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:
parent
17fbd6b465
commit
660a8abe8b
2
Procfile
2
Procfile
@ -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
|
||||
|
@ -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|
|
||||
|
Loading…
Reference in New Issue
Block a user