method

require_association

rails latest stable - Class: ActiveSupport::Dependencies::Loadable

Method deprecated or moved

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

require_association(file_name)
public

No documentation available.

# File activesupport/lib/active_support/dependencies.rb, line 228
      def require_association(file_name)
        Dependencies.associate_with(file_name)
      end