Class/Module Index [+]

Quicksearch

ActionView::Helpers::RecordIdentificationHelper

Public Instance Methods

dom_class(*args, &block) click to toggle source

See ActionController::RecordIdentifier.dom_class – this is just a delegate to that for convenient access in the view.

# File lib/action_view/helpers/record_identification_helper.rb, line 10
def dom_class(*args, &block)
  ActionController::RecordIdentifier.dom_class(*args, &block)
end
dom_id(*args, &block) click to toggle source

See ActionController::RecordIdentifier.dom_id – this is just a delegate to that for convenient access in the view.

# File lib/action_view/helpers/record_identification_helper.rb, line 15
def dom_id(*args, &block)
  ActionController::RecordIdentifier.dom_id(*args, &block)
end
partial_path(*args, &block) click to toggle source

See ActionController::RecordIdentifier.partial_path – this is just a delegate to that for convenient access in the view.

# File lib/action_view/helpers/record_identification_helper.rb, line 5
def partial_path(*args, &block)
  ActionController::RecordIdentifier.partial_path(*args, &block)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.