Method: AutomaticCalendar#render_month

Defined in:
lib/helpers/default-helpers.rb

#render_month(month) ⇒ Object



283
284
285
# File 'lib/helpers/default-helpers.rb', line 283

def render_month( month )
	@wiki.revise( month_pagename( month  ), calendar_for( month ) , @author ) unless @wiki.exists?( month_pagename( month ) )
end