Skip to content

Instantly share code, notes, and snippets.

View featdd's full-sized avatar

Daniel Dorndorf featdd

View GitHub Profile

Keybase proof

I hereby claim:

  • I am featdd on github.
  • I am featdd (https://keybase.io/featdd) on keybase.
  • I have a public key ASBtq64zCzOkTRnNhQnVjyyYv7Yytg3Y8tYxFMdvCGmj9go

To claim this, I am signing this object:

/**
* A special action which is called if the originally intended action could
* not be called, for example if the arguments were not valid.
*
* The default implementation sets a flash message, request errors and forwards back
* to the originating action. This is suitable for most actions dealing with form input.
*
* We clear the page cache by default on an error as well, as we need to make sure the
* data is re-evaluated when the user changes something.
*