module Toppings::Helper::BaseFileHelper
Private Instance Methods
base_name()
click to toggle source
# File lib/toppings/helper/base_file_helper.rb, line 25 def base_name self.class.base_name end
base_path()
click to toggle source
# File lib/toppings/helper/base_file_helper.rb, line 17 def base_path @base_path ||= stylesheets_path.join(relative_base_path) end
relative_base_path()
click to toggle source
# File lib/toppings/helper/base_file_helper.rb, line 21 def relative_base_path @relative_base_path ||= Pathname.new(base_name) end