* feat: add models * chore: refactor sla column names * chore: remove foreign keys * chore: fix spec * chore: refactor models
8 lines
376 B
Ruby
8 lines
376 B
Ruby
json.id sla_policy.id
|
|
json.name sla_policy.name
|
|
json.description sla_policy.description
|
|
json.first_response_time_threshold sla_policy.first_response_time_threshold
|
|
json.next_response_time_threshold sla_policy.next_response_time_threshold
|
|
json.resolution_time_threshold sla_policy.resolution_time_threshold
|
|
json.only_during_business_hours sla_policy.only_during_business_hours
|