| Module | Mack::Paths |
| In: |
lib/mack-notifier/paths.rb
|
The path to the app/notifiers/templates directory.
# 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
# File lib/mack-notifier/paths.rb, line 15
15: def self.notifier_tests(*args)
16: Mack::Paths.test("notifiers", args)
17: end