mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-14 07:08:01 -05:00
Changed Configuration back to a Module, for a Class
This commit is contained in:
parent
7e68382f53
commit
9690617041
@ -1,7 +1,7 @@
|
|||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
module Octopress
|
module Octopress
|
||||||
class Configuration
|
module Configuration
|
||||||
def self.config_dir(*subdirs)
|
def self.config_dir(*subdirs)
|
||||||
File.absolute_path(File.join(File.dirname(__FILE__), '../', '../' '_config', *subdirs))
|
File.absolute_path(File.join(File.dirname(__FILE__), '../', '../' '_config', *subdirs))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user