Why The API Pattern is Broken and How We Can Fix It - Code Sample - Controller Code 2
def show(){ // NO data checks required // NO role checks required Widget widget = Widget.get(params.id.toLong()) … }