Flowdock
method

assign_method_name

Importance_0
v1.2.6 - Show latest stable - 0 notes - Class: ActionView::Base
assign_method_name(extension, template, file_name) private

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_view/base.rb, line 489
      def assign_method_name(extension, template, file_name)
        method_key = file_name || template
        @@method_names[method_key] ||= compiled_method_name(extension, template, file_name)
      end
Register or log in to add new notes.