method
public_path
v4.2.7 -
Show latest stable
- Class:
Rails
public_path()public
No documentation available.
# File railties/lib/rails.rb, line 89
def public_path
application && Pathname.new(application.paths["public"].first)
end