Module: AnchorFor

Included in:
ActionController::Base, ActionView::Base
Defined in:
lib/anchor_for.rb

Instance Method Summary collapse

Instance Method Details

#anchor_for(object) ⇒ Object



24
25
26
# File 'lib/anchor_for.rb', line 24

def anchor_for(object)
  "#{object.class.name.tableize.singularize}_#{object._id}"
end