Module: WiserTrails::StoreController

Extended by:
ActiveSupport::Concern
Defined in:
lib/wiser_trails/utility/store_controller.rb

Overview

Module included in controllers to allow p_a access to controller instance

Instance Method Summary collapse

Instance Method Details

#store_controller_for_wiser_trailsObject

Before filter executed to remember current controller



33
34
35
# File 'lib/wiser_trails/utility/store_controller.rb', line 33

def store_controller_for_wiser_trails
  WiserTrails.set_controller(self)
end