Class: AutomaticDetailedList
- Inherits:
-
AutomaticList
- Object
- AutomaticSummary
- AutomaticList
- AutomaticDetailedList
- Defined in:
- lib/helpers/default-helpers.rb
Constant Summary
Constants inherited from AutomaticSummary
AutomaticSummary::DEFAULT_SETTINGS
Instance Attribute Summary
Attributes inherited from AutomaticSummary
#decision, #name, #settings, #summary, #wiki
Instance Method Summary collapse
Methods inherited from AutomaticList
Methods inherited from AutomaticSummary
#add_existing_pages, #check_new, #confirm_old, #initialize, #new_tail, #new_top, #remove_previous_revisions, #render_summary, #render_summary_of_page, #render_summary_page, #scan_pages_allready_in_wiki, #scan_revisions_allready_in_wiki, #start_watching, #summarise?
Constructor Details
This class inherits a constructor from AutomaticSummary
Instance Method Details
#render_list_item(page) ⇒ Object
195 196 197 |
# File 'lib/helpers/default-helpers.rb', line 195 def render_list_item( page ) "* [[ #{page.name} ]] revised on #{page.revised_on.strftime('%Y %b %d %H:%M')} by #{page.}\n" end |