lib/rails-footnotes/footnotes.rb in rails-footnotes-3.7.2 vs lib/rails-footnotes/footnotes.rb in rails-footnotes-3.7.3

- old
+ new

@@ -27,15 +27,9 @@ # Edit notes @@notes = [ :controller, :view, :layout, :partials, :stylesheets, :javascripts ] # Show notes @@notes += [ :assigns, :session, :cookies, :params, :filters, :routes, :env, :queries, :log, :general ] - # Change queries for rpm note when available - # if defined?(NewRelic) - # @@notes.delete(:queries) - # @@notes << :rpm - # end - # :no_style => If you don't want the style to be appended to your pages # :notes => Class variable that holds the notes to be processed # :prefix => Prefix appended to FootnotesLinks # :multiple_notes => Set to true if you want to open several notes at the same time cattr_accessor :no_style, :notes, :prefix, :multiple_notes