class AnchorUi::Sprockets::Assets::Base

Private Instance Methods

assets_path() click to toggle source
# File lib/anchor_ui/sprockets/assets/base.rb, line 17
def assets_path
  root_path.join 'assets'
end
root_path() click to toggle source
# File lib/anchor_ui/sprockets/assets/base.rb, line 11
def root_path
  @tmp_path || begin
    Pathname.new File.expand_path("#{__dir__}/../../../..")
  end
end