Its been a while
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
json.extract! carrier, :id, :name, :created_at, :updated_at
|
||||
json.url carrier_url(carrier, format: :json)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
json.extract! carrier, :id, :name, :created_at, :updated_at
|
||||
json.url carrier_url(carrier, format: :json)
|
||||