Sha256: 4d7ed03b32a1343ef6c9514812bf520acfc96bb86a6b13986c7e764b3e5bed55
Contents?: true
Size: 480 Bytes
Versions: 12
Compression:
Stored size: 480 Bytes
Contents
dir = File.dirname(__FILE__) $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir) dir = File.expand_path("#{dir}/application_view") $LOAD_PATH.unshift dir unless $LOAD_PATH.include?(dir) # load application # require File.expand_path("#{dir}/tag_helper") require File.expand_path("#{dir}/asset_tag_helper") Dir["#{dir}/*.rb"].each do |path| require File.expand_path(path) end # load support # Dir["#{dir}/support/*.rb"].each do |path| require File.expand_path(path) end
Version data entries
12 entries across 12 versions & 1 rubygems