Class: A::Cidade

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/generators/mdwa_endereco/install/templates/templates/models/cidade.rb

Instance Method Summary collapse

Instance Method Details

#nome_completoObject



10
11
12
# File 'lib/generators/mdwa_endereco/install/templates/templates/models/cidade.rb', line 10

def nome_completo
  "#{nome} - #{estado.acronimo.upcase}"
end