human_power
human_power copied to clipboard
[Feature Request] Be able to choose what class to inherit from for `HumanPower::Rails::RobotsController`
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?