Class Footnotes::Notes::GeneralNote
In: lib/rails-footnotes/notes/general_note.rb
Parent: AbstractNote

Methods

content   legend   title  

Public Instance methods

[Source]

# File lib/rails-footnotes/notes/general_note.rb, line 14
      def content
        'You can use this tab to debug other parts of your application, for example Javascript.'
      end

[Source]

# File lib/rails-footnotes/notes/general_note.rb, line 10
      def legend
        'General (id="general_debug_info")'
      end

[Source]

# File lib/rails-footnotes/notes/general_note.rb, line 6
      def title
        'General Debug'
      end

[Validate]