Module: Mack::Paths

Defined in:
lib/mack-notifier/paths.rb

Class Method Summary collapse

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

.notifier_tests(*args) ⇒ Object

The path the test/notifiers directory



15
16
17
# File 'lib/mack-notifier/paths.rb', line 15

def self.notifier_tests(*args)
  Mack::Paths.test("notifiers", args)
end

.notifiers(*args) ⇒ Object

The path to the app/notifiers directory.



5
6
7
# File 'lib/mack-notifier/paths.rb', line 5

def self.notifiers(*args)
  Mack::Paths.app("notifiers", args)
end