Method: ActiveFile::Base.actual_root_path

Defined in:
lib/active_file/base.rb

.actual_root_pathObject



47
48
49
# File 'lib/active_file/base.rb', line 47

def actual_root_path
  root_path  || Dir.pwd
end