mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2025-01-13 22:57:59 -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'
|
||||
|
||||
module Octopress
|
||||
class Configuration
|
||||
module Configuration
|
||||
def self.config_dir(*subdirs)
|
||||
File.absolute_path(File.join(File.dirname(__FILE__), '../', '../' '_config', *subdirs))
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user