Module: Identified::Config

Defined in:
lib/identified.rb

Overview

Config information commonly useful to all other modules & classes

Class Method Summary collapse

Class Method Details

.data_pathObject



20
21
22
# File 'lib/identified.rb', line 20

def self.data_path
  File.expand_path(File.join(__FILE__, '../../data/'))
end