Actions
Bug #4005
closedallow Rabl.render(object, 'something/show') to work
Description
The json methods of models should call the rabl render. However, it seems that there are several issues preventing this:
1) Unsure, but are engine rabl view paths getting added?
2) foreman/config/initializers/rabl_init is depending on params and other controller attributes, preventing successful render
Actions