Flowdock
method

handle_class_call

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: HelperMethodBuilder
handle_class_call(target, klass) public

No documentation

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

Hide source
# File actionpack/lib/action_dispatch/routing/polymorphic_routes.rb, line 256
          def handle_class_call(target, klass)
            target.send get_method_for_class klass
          end
Register or log in to add new notes.