Method: Pekky::Context#view_output=

Defined in:
lib/pekky/context.rb

#view_output=(value) ⇒ Object (writeonly)

Some attribute writers for storing information in contexts attached to layouts. This is because the layout needs to have access to the rendered view in order to inject it into itself.



11
12
13
# File 'lib/pekky/context.rb', line 11

def view_output=(value)
  @view_output = value
end