module CatHerder::Helper

Public Instance Methods

compute_asset_path(logical_path, options = {}) click to toggle source
# File lib/cat_herder/helper.rb, line 5
def compute_asset_path(logical_path, options = {})
  Assets.precompiled? ? Assets.precompiled_asset_path(logical_path) : Assets[logical_path].asset_path
end