class DummyStrategy include AuthStrategist::StrategyInterface define_components :dummy_component def authorize! dummy_component end end