Method: Moo::Model::Side#template_code

Defined in:
lib/moo/model/side.rb

#template_codeObject



34
35
36
37
# File 'lib/moo/model/side.rb', line 34

def template_code
  return nil if @template.nil?
  @template.code
end