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
Right now, we suggest adding a new line to the napa params for per_page, to set the default. We can set a default within the code block in the API action, such as params[:per_page] ||= 100. This means that the params list would be cleaner.
The text was updated successfully, but these errors were encountered:
@bellycard/platform
Right now, we suggest adding a new line to the napa params for per_page, to set the default. We can set a default within the code block in the API action, such as
params[:per_page] ||= 100
. This means that the params list would be cleaner.The text was updated successfully, but these errors were encountered: