Sha256: fd3832617b5a511ff65de93aec903abf9a2550eca839e61a0afb9b098946ef71

Contents?: true

Size: 351 Bytes

Versions: 6

Compression:

Stored size: 351 Bytes

Contents

module SpiffyStoresApp
  class AuthenticatedController < ActionController::Base
    include SpiffyStoresApp::Localization
    include SpiffyStoresApp::LoginProtection
    include SpiffyStoresApp::EmbeddedApp

    protect_from_forgery with: :exception
    before_action :login_again_if_different_shop
    around_action :spiffy_stores_session
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
spiffy_stores_app-8.2.11 app/controllers/spiffy_stores_app/authenticated_controller.rb
spiffy_stores_app-8.2.10 app/controllers/spiffy_stores_app/authenticated_controller.rb
spiffy_stores_app-8.2.9 app/controllers/spiffy_stores_app/authenticated_controller.rb
spiffy_stores_app-8.2.8 app/controllers/spiffy_stores_app/authenticated_controller.rb
spiffy_stores_app-8.2.7 app/controllers/spiffy_stores_app/authenticated_controller.rb
spiffy_stores_app-8.2.6 app/controllers/spiffy_stores_app/authenticated_controller.rb