Sha256: 1ae4600d6b9c9b915fb984747491fa0765ea8484ddf891eaa9fbfa1f74218e55

Contents?: true

Size: 172 Bytes

Versions: 4

Compression:

Stored size: 172 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
intro-0.4.1 app/helpers/intro/application_helper.rb
intro-0.3.0 app/helpers/intro/application_helper.rb
intro-0.2.0 app/helpers/intro/application_helper.rb
intro-0.1.0 app/helpers/intro/application_helper.rb