Skip to content

Commit

Permalink
Doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Jul 17, 2011
1 parent 893150e commit bda2b36
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -70,23 +70,24 @@ FriendlyId is compatible with Active Record **3.0** and **3.1**.

## Bugs

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

If you have a bug to report, please include the following information:

* **Version information for FriendlyId, Rails and Ruby.**
* Stack trace and error message.
* Any snippets of relevant model, view or controller code that shows how your
* Any snippets of relevant model, view or controller code that shows how you
are using FriendlyId.

If you are able to, it helps even more if you can fork FriendlyId on Github,
and add a test that reproduces the error you are experiencing.

## Credits

FriendlyId was created by Norman Clarke, Adrian Mugnolo, and Emilio Tagua, and
has had significant contributions over the years from [many
FriendlyId was originally created by Norman Clarke and Adrian Mugnolo, with
significant help early in its life by Emilio Tagua. I'm deeply gratful for the
generous contributions over the years from [many
volunteers](https://github.com/norman/friendly_id/contributors).

Copyright (c) 2008-2011 Norman Clarke, released under the MIT license.
1 change: 1 addition & 0 deletions lib/friendly_id.rb
Expand Up @@ -6,6 +6,7 @@

# FriendlyId is a comprehensive Ruby library for ActiveRecord permalinks and
# slugs.
#
# @author Norman Clarke
module FriendlyId
autoload :Slugged, "friendly_id/slugged"
Expand Down
4 changes: 2 additions & 2 deletions lib/friendly_id/configuration.rb
@@ -1,6 +1,6 @@
module FriendlyId
# The configuration paramters passed to +has_friendly_id+ will be stored
# in this object.
# The configuration paramters passed to +has_friendly_id+ will be stored in
# this object.
class Configuration
attr_accessor :base
attr_reader :klass
Expand Down

0 comments on commit bda2b36

Please sign in to comment.