Method: EntryController#set_content_area
- Defined in:
- lib/entry_controller.rb
#set_content_area ⇒ Object
20 21 22 23 24 25 26 |
# File 'lib/entry_controller.rb', line 20 def set_content_area @content_area = EntryWindow.new(@scr, @formatter.display_feed(@current_entry), @formatter.display_title(@current_entry), @formatter.display_entry(@current_entry, false), @current_entry, @global_search_string) end |