Actions
Bug #3137
closedAPI v2 - show error if nested object does not exist for nested route
Description
GET /api/environments/asjkf/puppetclasses currently returns that same as api/puppetclasses with no error that environment 'asjkf' doesn't exist
This is happens with before_filter :find_optional_nested_object since nested_obj can be nil.
Actions