Class: Footnotes::Notes::GeneralNote
Instance Method Summary
collapse
close!, #has_fieldset?, included?, #initialize, #javascript, #link, #onclick, #row, start!, #stylesheet, title, #to_sym, to_sym, #valid?
Instance Method Details
#content ⇒ Object
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
|
#legend ⇒ Object
10
11
12
|
# File 'lib/rails-footnotes/notes/general_note.rb', line 10
def legend
'General (id="general_debug_info")'
end
|
#title ⇒ Object
6
7
8
|
# File 'lib/rails-footnotes/notes/general_note.rb', line 6
def title
'General Debug'
end
|