Flowdock
method

handle_class

Importance_0
v5.1.7 - Show latest stable - 0 notes - Class: HelperMethodBuilder
handle_class(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 252
          def handle_class(klass)
            [get_method_for_class(klass), []]
          end
Register or log in to add new notes.