class Para::Engine

Private Instance Methods

vendor_asset_path_for(sub_path) click to toggle source
# File lib/para/engine.rb, line 121
def vendor_asset_path_for(sub_path)
  File.expand_path("../../../vendor/assets/#{sub_path}", __FILE__)
end