cirandas.net

ref: master

plugins/consumers_coop/controllers/myprofile/consumers_coop_plugin_volunteers_controller.rb


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
class ConsumersCoopPluginVolunteersController < OrdersCyclePluginVolunteersController

  no_design_blocks
  include ConsumersCoopPlugin::TranslationHelper

  helper ConsumersCoopPlugin::TranslationHelper

  protected

  extend HMVC::ClassMethods
  hmvc ConsumersCoopPlugin

end