forage v0.2.0 ForageWeb.ForageController
Helper functions for Plug controllers that use forage.
Link to this section Summary
Functions
Renders paginated data into a shape that the select widget expects
Extracts the pagination data from the request params
Link to this section Functions
Link to this function
forage_select_data(paginated)
Renders paginated data into a shape that the select widget expects.
This function returns a map. The user must use the JSON encoder in the Phoenix application to generate a JSON response.
It would be more succint to return JSON directly from this function, but Forage has no way of invoking the application’s JSON encoder, so we leave that responsibility to the user.
Example:
TODO
Link to this function
pagination_from_params(params)
Extracts the pagination data from the request params