method
paths
v7.2.3 -
Show latest stable
- Class:
Rails::Paths::Path
paths()public
No documentation available.
# File railties/lib/rails/paths.rb, line 188
def paths
raise "You need to set a path root" unless @root.path
map do |p|
Pathname.new(@root.path).join(p)
end
end