Project

General

Profile

« Previous | Next » 

Revision 2e469342

Added by Joseph Magen over 10 years ago

fixes #3491 - API v2 rabl templates base, main, show for each controller

View differences:

app/views/api/v2/smart_proxies/show.json.rabl
object @smart_proxy
attributes :name, :id, :url, :created_at, :updated_at
child :features, :object_root => false do
attributes :name, :id, :url
end
extends "api/v2/smart_proxies/main"

Also available in: Unified diff