Expects ActiveRecord models to call acts_as_linkable :name => :link_name_method, :title => :link_title the arguments should be methods on the class. Once done you can just call link(Object) or link(Array) and it's all taken care of.
Tyler Gannon
gem "acts_as_linkable", "~> 0.0.5"