You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @params object is a concatenation of all the default loaded parameters listed above. URL parameters have the highest precedence, followed by body parameters, then query parameters. This means that an :id URL parameters will not be overwritten by an ?id= query parameter.
The @params here should probably be replaced with params or self.params.
The
@params
here should probably be replaced withparams
orself.params
.Source: https://leafo.net/lapis/reference/actions.html
The text was updated successfully, but these errors were encountered: