Actions
Bug #3853
closedallow rabl overrides to taxonomies_controller
Description
When an engine extends a core model, they may wish to override the rabl json to include their own fields.
For example, the index method in app/controllers/api/v2/taxonomies_controller.rb could be changed to
def index(rabl='api/v2/taxonomies/index') ... render rabl end
Updated by Thomas McKay almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset c053792864ddb65f27e57e462564cc5dace112a7.
Updated by Dominic Cleal almost 11 years ago
- Assignee set to Thomas McKay
- Target version set to 1.9.3
- Translation missing: en.field_release set to 2
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #3763: Ability for engine/plugin to extend RABL responses added
Updated by David Davis almost 10 years ago
- Related to Feature #9375: Find a way for plugins to easily override the behavior of taxonomies controller actions added
Actions