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
I got an app that is responsible for both the website and an API
The ApplicationController is for website only, with many before_action
Some before_action are not suitable only for HumanPower::Rails::RobotsController.
Currently I have a workaround to make skip the before_action for action robots.
Is it possible to change the superclass for HumanPower::Rails::RobotsController?
The text was updated successfully, but these errors were encountered:
I got an app that is responsible for both the website and an API
The
ApplicationController
is for website only, with manybefore_action
Some
before_action
are not suitable only forHumanPower::Rails::RobotsController
.Currently I have a workaround to make skip the
before_action
for actionrobots
.Is it possible to change the superclass for
HumanPower::Rails::RobotsController
?The text was updated successfully, but these errors were encountered: