Module Mack::Paths
In: lib/mack-notifier/paths.rb

Methods

Public Class methods

The path to the app/notifiers/templates directory.

[Source]

    # File lib/mack-notifier/paths.rb, line 10
10:     def self.notifier_templates(*args)
11:       Mack::Paths.notifiers("templates", args)
12:     end

The path the test/notifiers directory

[Source]

    # File lib/mack-notifier/paths.rb, line 15
15:     def self.notifier_tests(*args)
16:       Mack::Paths.test("notifiers", args)
17:     end

The path to the app/notifiers directory.

[Source]

   # File lib/mack-notifier/paths.rb, line 5
5:     def self.notifiers(*args)
6:       Mack::Paths.app("notifiers", args)
7:     end

[Validate]