Sha256: 72ae129659ac52344e51df0bb279f1cb1c13c20f785ced60ef666cbb22ab1127
Contents?: true
Size: 275 Bytes
Versions: 20
Compression:
Stored size: 275 Bytes
Contents
identifier = defined?(ActionView::RecordIdentifier) ? ActionView::RecordIdentifier : ActionController::RecordIdentifier Capybara.add_selector :record do xpath { |record| XPath.css("#" + identifier.dom_id(record)) } match { |record| record.is_a?(ActiveRecord::Base) } end
Version data entries
20 entries across 20 versions & 1 rubygems