instance method
all_paths
Ruby on Rails 4.2.9
Since v3.0.20Signature
all_paths()
No documentation comment.
Source
# File railties/lib/rails/paths.rb, line 79
def all_paths
values.tap { |v| v.uniq! }
end
Defined in railties/lib/rails/paths.rb line 79
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Paths::Root