Module: Mack::Paths
- Defined in:
- lib/mack-notifier/paths.rb
Class Method Summary collapse
-
.notifier_templates(*args) ⇒ Object
The path to the app/notifiers/templates directory.
-
.notifier_tests(*args) ⇒ Object
The path the test/notifiers directory.
-
.notifiers(*args) ⇒ Object
The path to the app/notifiers directory.
Class Method Details
.notifier_templates(*args) ⇒ Object
The path to the app/notifiers/templates directory.
10 11 12 |
# File 'lib/mack-notifier/paths.rb', line 10 def self.notifier_templates(*args) Mack::Paths.notifiers("templates", args) end |