Flowdock
method

dom_class

Importance_0
v4.0.2 - Show latest stable - 0 notes - Class: ActionController::RecordIdentifier
dom_class(record, prefix = nil) 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_controller/record_identifier.rb, line 16
    def dom_class(record, prefix = nil)
      ActiveSupport::Deprecation.warn(INSTANCE_MESSAGE % 'dom_class')
      ActionView::RecordIdentifier.dom_class(record, prefix)
    end
Register or log in to add new notes.