Skip to content

Commit

Permalink
add link to abstract_note.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
rootlch committed May 2, 2014
1 parent 22af5b7 commit b0b589c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -96,7 +96,7 @@ Finally, you can control which notes you want to show. The default are:
Creating your notes to integrate with Footnotes is easy.

1. Create a Footnotes::Notes::YourExampleNote class
2. Implement the necessary methods (check abstract_note.rb file in lib/rails-footnotes)
2. Implement the necessary methods (check abstract_note.rb[link:lib/rails-footnotes/abstract_note.rb] file in lib/rails-footnotes)
3. Append your example note in Footnotes::Filter.notes array (usually at the end of your environment file or in the initializer):

For example, to create a note that shows info about the user logged in your application you just have to do:
Expand Down

0 comments on commit b0b589c

Please sign in to comment.