module Isomorfeus::AssetManager::ViewHelper

Public Instance Methods

script_tag(path) click to toggle source
# File lib/isomorfeus/asset_manager/view_helper.rb, line 4
def script_tag(path)
  "<script type=\"application/javascript\" src=\"#{Isomorfeus.assets_path}/#{path}\"></script>"
end