method

public_path

v3.0.9 - Show latest stable - Class: Rails
public_path()
public

No documentation available.

# File railties/lib/rails.rb, line 95
    def public_path
      application && application.paths.public.to_a.first
    end