acts_as_linkable 0.0.5
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.
          Gemfile:
          =
        
        
          install:
          =
        
      Development Dependencies (1):
            thoughtbot-shoulda
            >= 0
          
    