Flowdock
method

model_name_from_record_or_class

Importance_0
v2.3.8 - Show latest stable - 0 notes - Class: ActionController::RecordIdentifier
model_name_from_record_or_class(record_or_class) 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_controller/record_identifier.rb, line 100
      def model_name_from_record_or_class(record_or_class)
        (record_or_class.is_a?(Class) ? record_or_class : record_or_class.class).model_name
      end
Register or log in to add new notes.