module AnchorUi::Sprockets::Paths
Private Instance Methods
fonts_path()
click to toggle source
# File lib/anchor_ui/sprockets/paths.rb, line 7 def fonts_path assets_path.join 'fonts' end
javascripts_path()
click to toggle source
# File lib/anchor_ui/sprockets/paths.rb, line 11 def javascripts_path assets_path.join 'javascripts' end
stylesheets_path()
click to toggle source
# File lib/anchor_ui/sprockets/paths.rb, line 15 def stylesheets_path assets_path.join 'stylesheets' end