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