Module: AuthPassportOffice

Defined in:
lib/auth_passport_office.rb,
lib/auth_passport_office/engine.rb,
lib/auth_passport_office/version.rb,
app/helpers/auth_passport_office/application_helper.rb,
app/controllers/auth_passport_office/application_controller.rb,
lib/auth_passport_office/authentifyd_snippets/default_helpers.rb

Defined Under Namespace

Modules: ApplicationHelper, AuthentifydSnippets Classes: ApplicationController, Engine, UsersController

Constant Summary collapse

VERSION =
"0.3.0"

Class Method Summary collapse

Class Method Details

.mount_pathObject



12
13
14
# File 'lib/auth_passport_office.rb', line 12

def self.mount_path
  @@mount_path ||= "/"
end

.setup {|_self| ... } ⇒ Object

Yields:

  • (_self)

Yield Parameters:



16
17
18
# File 'lib/auth_passport_office.rb', line 16

def self.setup
  yield self
end