method
public_path=
v3.0.9 -
Show latest stable
- Class:
Rails
public_path=(path)public
No documentation available.
# File railties/lib/rails.rb, line 99
def public_path=(path)
ActiveSupport::Deprecation.warn "Setting Rails.public_path= is deprecated. " <<
"Please set paths.public = in config/application.rb instead.", caller
end