Class: Footnotes::Notes::GeneralNote

Inherits:
AbstractNote show all
Defined in:
lib/rails-footnotes/notes/general_note.rb

Instance Method Summary collapse

Methods inherited from AbstractNote

close!, #has_fieldset?, included?, #initialize, #javascript, #link, #onclick, #row, start!, #stylesheet, title, #to_sym, to_sym, #valid?

Constructor Details

This class inherits a constructor from Footnotes::Notes::AbstractNote

Instance Method Details

#contentObject



14
15
16
# 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

#legendObject



10
11
12
# File 'lib/rails-footnotes/notes/general_note.rb', line 10

def legend
  'General (id="general_debug_info")'
end

#titleObject



6
7
8
# File 'lib/rails-footnotes/notes/general_note.rb', line 6

def title
  'General Debug'
end