human_power icon indicating copy to clipboard operation
human_power copied to clipboard

[Feature Request] Be able to choose what class to inherit from for `HumanPower::Rails::RobotsController`

Open PikachuEXE opened this issue 10 years ago • 0 comments

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?

PikachuEXE avatar Mar 06 '15 03:03 PikachuEXE