Skip to content

Commit

Permalink
Switch to Github's issue tracker over Lighthouse.
Browse files Browse the repository at this point in the history
  • Loading branch information
norman authored and Norman Clarke committed Oct 7, 2009
1 parent 669be5e commit 2161a49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ that uses a non-Roman writing system, your feedback would be most welcome.
@post.friendly_id # "友好编号在中国"
@post2 = Post.create(:title => "友好编号在中国")
@post2.friendly_id # "友好编号在中国--2"

=== Custom Slug Generation

While FriendlyId's slug generation options work for most people, you may need
Expand All @@ -224,7 +224,7 @@ generation block:
MySlugGeneratorClass::my_slug_method(text)
end
end

FriendlyId will still respect your settings for max length and reserved words,
but will use your block rather than the baked-in methods to normalize the
friendly_id text.
Expand Down Expand Up @@ -331,8 +331,8 @@ we love pull requests. :-)

== Bugs:

Please report them on Lighthouse[http://randomba.lighthouseapp.com/projects/14675-friendly_id].

Please report them on the {Github issue tracker}[http://github.com/norman/friendly_id/issues]
for this project.

== Credits:

Expand Down

0 comments on commit 2161a49

Please sign in to comment.