mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-02-17 11:54:22 +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
|
worker: bundle exec sidekiq -C ./config/sidekiq.yml
|
||||||
mail: bundle exec mailcatcher --foreground
|
mail: bundle exec mailcatcher --foreground
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
json.id reservation.id
|
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.user_full_name reservation.user.profile.full_name
|
||||||
json.message reservation.message
|
json.message reservation.message
|
||||||
json.slots reservation.slots do |s|
|
json.slots reservation.slots do |s|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user