method
absolute_current
v7.1.3.2 -
Show latest stable
- Class:
Rails::Paths::Path
absolute_current()public
No documentation available.
# File railties/lib/rails/paths.rb, line 132
def absolute_current # :nodoc:
File.expand_path(@current, @root.path)
end