Sha256: 710087df4860a6e0114332fb809faeb23ff685b1b0fde02163668c31044cedb5

Contents?: true

Size: 272 Bytes

Versions: 10

Compression:

Stored size: 272 Bytes

Contents

module MnoEnterprise
  class UserSetupController < ApplicationController
    before_filter :authenticate_user!
    before_filter :redirect_to_lounge_if_unconfirmed

    # GET /user_setup/:id
    # Display a specific step for the user setup
    def index
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
mno-enterprise-frontend-2.0.9 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.8 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.7 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.6 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.5 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.4 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.3 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.2 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.1 app/controllers/mno_enterprise/user_setup_controller.rb
mno-enterprise-frontend-2.0.0 app/controllers/mno_enterprise/user_setup_controller.rb