Flowdock
method

absolute_current

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: Rails::Paths::Path
absolute_current() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/paths.rb, line 125
      def absolute_current # :nodoc:
        File.expand_path(@current, @root.path)
      end
Register or log in to add new notes.