Class: Georgia::SubpagePortlet

Inherits:
Portlet show all
Defined in:
app/presenters/georgia/subpage_portlet.rb

Instance Attribute Summary

Attributes inherited from Portlet

#portlet

Attributes inherited from Presenter

#view_context

Instance Method Summary collapse

Methods inherited from Portlet

#handle_tag, #id, #initialize, #portlet_tag

Methods inherited from Presenter

#initialize

Constructor Details

This class inherits a constructor from Georgia::Portlet

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Georgia::Presenter

Instance Method Details

#to_sObject



6
7
8
9
10
11
12
13
# File 'app/presenters/georgia/subpage_portlet.rb', line 6

def to_s
  output = ActiveSupport::SafeBuffer.new
  output << handle_tag
  output << position_input_tag
  output << title_tag
  output << actions_tag
  portlet_tag(output)
end