Method: Saml::Rails::ControllerHelper#current_store
- Defined in:
- lib/saml/rails/controller_helper.rb
#current_store(store) ⇒ Object
22 23 24 |
# File 'lib/saml/rails/controller_helper.rb', line 22 def current_store(store) before_action { Saml.current_store = store } end |