Flowdock
method

serve_static_assets

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: Rails::Application::Configuration
serve_static_assets() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/application/configuration.rb, line 153
      def serve_static_assets
        ActiveSupport::Deprecation.warn SERVE_STATIC_ASSETS_DEPRECATION_MESSAGE
        serve_static_files
      end
Register or log in to add new notes.