module Engine2::SETTINGS

Public Class Methods

path_for(path) click to toggle source
# File lib/engine2/core.rb, line 516
def SETTINGS.path_for path
    "#{self[:app_path]}/#{self[path]}"
end