Class: MerbFootnotes::Notes::StylesheetsNote
- Inherits:
-
FilesNote
- Object
- AbstractNote
- FilesNote
- MerbFootnotes::Notes::StylesheetsNote
- Defined in:
- lib/merb_footnotes/notes/stylesheets_note.rb
Instance Method Summary collapse
Methods inherited from FilesNote
#content, #initialize, #row, #valid?
Methods inherited from AbstractNote
close!, #fieldset?, included?, #included?, #initialize, #javascript, #legend, #link, #onclick, #row, start!, #stylesheet, title, #to_sym, to_sym, #valid?
Constructor Details
This class inherits a constructor from MerbFootnotes::Notes::FilesNote
Instance Method Details
#title ⇒ Object
6 7 8 |
# File 'lib/merb_footnotes/notes/stylesheets_note.rb', line 6 def title "Stylesheets (#{@files.length})" end |