absolute_current()
No documentation available.
# File railties/lib/rails/paths.rb, line 132 def absolute_current # :nodoc: File.expand_path(@current, @root.path) end