Module: Intro::ApplicationHelper

Includes:
Webpacker::Helper
Defined in:
app/helpers/intro/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#current_webpacker_instanceObject



5
6
7
# File 'app/helpers/intro/application_helper.rb', line 5

def current_webpacker_instance
  Intro.webpacker
end

#sign_out_admin_intro_pathObject



9
10
11
# File 'app/helpers/intro/application_helper.rb', line 9

def sign_out_admin_intro_path
  Intro.config.sign_out_admin_path.presence || sign_out_admin_sessions_path
end