module Guard::Notifier
def images_path
-
(Pathname)
- the path to the images directory
def images_path @images_path ||= Pathname.new(File.dirname(__FILE__)).join('../../images') end
(Pathname)
- the path to the images directory
def images_path @images_path ||= Pathname.new(File.dirname(__FILE__)).join('../../images') end