method

convert_to_model

rails latest stable - Class: ActionDispatch::Routing::PolymorphicRoutes

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.

convert_to_model(object)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 159
        def convert_to_model(object)
          object.respond_to?(:to_model) ? object.to_model : object
        end