Sha256: ad7092da5347f3793997e4c9bcb3a45a885e087696ec9ee83188bc8ed5f5fa1c

Contents?: true

Size: 506 Bytes

Versions: 12

Compression:

Stored size: 506 Bytes

Contents

require_dependency "keppler_frontend/application_controller"

module KepplerFrontend
  class App::FrontendController < App::AppController
    # End callbacks area (don't delete)
    include FrontsHelper
    layout 'layouts/keppler_frontend/app/layouts/application'

    # begin keppler
    def keppler
    end
    # end keppler

    private
    # begin callback user_authenticate
    def user_authenticate
      redirect_to '/' unless user_signed_in?
    end
    # end callback user_authenticate
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
keppler-2.1.10 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.9 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.8 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.7 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.6 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.5 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.4 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.3 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.2 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.1 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1.pre.p1 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb
keppler-2.1 installer/core/rockets/keppler_frontend/app/controllers/keppler_frontend/app/frontend_controller.rb