3 lines
139 B
Ruby
3 lines
139 B
Ruby
|
|
json.extract! card_rx, :id, :help_desk, :customer_service, :web_url, :created_at, :updated_at
|
||
|
|
json.url card_rx_url(card_rx, format: :json)
|