public
Rubygem
Description: FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
Homepage: http://friendly-id.rubyforge.org
Clone URL: git://github.com/norman/friendly_id.git
Removed debugger line. Oops.
norman (author)
Sun Nov 02 13:10:08 -0800 2008
commit  ca03e61d1a5c7c2402c0856e9eca80551d798d75
tree    d32ae9b0d27f615bd1dfefcc63e19e0f3b1e0bce
parent  4a97d9a31b5fc4ef3dacf3a194fd6592423c2a5e
...
79
80
81
82
83
84
85
...
79
80
81
 
82
83
84
0
@@ -79,7 +79,6 @@ class Slug < ActiveRecord::Base
0
   
0
   # Whether or not this slug is the most recent of its owner's slugs.
0
   def is_most_recent?
0
-    debugger
0
     sluggable.slug == self
0
   end
0
 

Comments