README.md in rails3-footnotes-4.0.0.pre.2 vs README.md in rails3-footnotes-4.0.0.pre.3
- old
+ new
@@ -54,10 +54,10 @@
Footnotes::Notes::QueriesNote.sql_explain = false
Finally, you can control which notes you want to show. The default are:
- Footnotes::Filter.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log, :general]
+ Footnotes::Filter.notes = [:session, :cookies, :params, :filters, :routes, :env, :queries, :log]
## Creating your own notes
Create your notes to integrate with Footnotes is easy.