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
It would be useful to refactor ApiController to inherit directly from ActionController::Base. This will allow us to do things in ApplicationController that are applicable to all website controllers not applicable to the API, such as calling before_action set_locale everywhere.
The text was updated successfully, but these errors were encountered:
It would be useful to refactor
ApiController
to inherit directly fromActionController::Base
. This will allow us to do things inApplicationController
that are applicable to all website controllers not applicable to the API, such as callingbefore_action set_locale
everywhere.The text was updated successfully, but these errors were encountered: