method

public_path

v4.1.8 - Show latest stable - Class: Rails
public_path()
public

No documentation available.

# File railties/lib/rails.rb, line 83
    def public_path
      application && Pathname.new(application.paths["public"].first)
    end