Files
baclight/app/views/providers/_provider.json.jbuilder
T

3 lines
101 B
Ruby
Raw Normal View History

2026-07-23 10:32:51 -04:00
json.extract! provider, :id, :created_at, :updated_at
json.url provider_url(provider, format: :json)