method

frameworks

rails latest stable - Class: Rails::Configuration::Deprecated

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

frameworks(*args)
public

No documentation available.

# File railties/lib/rails/configuration.rb, line 76
      def frameworks(*args)
        raise "config.frameworks in no longer supported. See the generated "                "config/boot.rb for steps on how to limit the frameworks that "                "will be loaded"
      end