Class: Smithy::TemplateContainer

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/smithy/template_container.rb

Instance Method Summary collapse

Instance Method Details

#display_nameObject



10
11
12
# File 'app/models/smithy/template_container.rb', line 10

def display_name
  name.titleize
end