Flowdock
method

serve_static_assets=

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: Rails::Application::Configuration
serve_static_assets=(value) 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 158
      def serve_static_assets=(value)
        ActiveSupport::Deprecation.warn SERVE_STATIC_ASSETS_DEPRECATION_MESSAGE
        self.serve_static_files = value
      end
Register or log in to add new notes.