ref: master
plugins/consumers_coop/lib/consumers_coop_plugin/controller_helper.rb
1 2 3 4 5 6 7 8 9 10 11 12 13
module ConsumersCoopPlugin::ControllerHelper protected def content_classes "consumers-coop consumers-coop-layout" end def custom_layout? true end end