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