class Nesta::Path
Public Class Methods
themes(*args)
click to toggle source
# File lib/nesta-theme-median/path.rb, line 8 def self.themes(*args) if Nesta::Config.theme && args[0] == "median" File.expand_path(File.join(*args[1..-1]), File.dirname(__FILE__) + "/../..") else pre_median_themes(*args) end end
Also aliased as: pre_median_themes