method
unshift
unshift(path)
public
Hide source
# File railties/lib/rails/paths.rb, line 111 def unshift(path) @paths.unshift path end


