Sha256: 08108181b5105b53b855778188b48074d02f68ddfbc765a4bea83c66fa095066
Contents?: true
Size: 472 Bytes
Versions: 10
Compression:
Stored size: 472 Bytes
Contents
module Mack # :nodoc: module Paths # The path to the app/notifiers directory. def self.notifiers(*args) Mack::Paths.app("notifiers", args) end # The path to the app/notifiers/templates directory. def self.notifier_templates(*args) Mack::Paths.notifiers("templates", args) end # The path the test/notifiers directory def self.notifier_tests(*args) Mack::Paths.test("notifiers", args) end end end
Version data entries
10 entries across 10 versions & 1 rubygems