Method: Pancake.master_stack=

Defined in:
lib/pancake/master.rb

.master_stack=(stack) ⇒ Object

set the master stack. This also sets the master_templates as this stack if that hasn’t yet been set.

See Also:



128
129
130
131
# File 'lib/pancake/master.rb', line 128

def master_stack=(stack)
  self.master_templates ||= stack
  @master_stack = stack
end