Skip to content

Commit

Permalink
changes diagrama e models
Browse files Browse the repository at this point in the history
  • Loading branch information
leo committed Apr 13, 2012
1 parent 1110c9e commit 8c06476
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/models/empresa.rb
@@ -1,3 +1,4 @@
#encoding: utf-8
class Empresa < ActiveRecord::Base
attr_accessible :cnpj, :email, :nome, :telefone, :endereco, :endereco_id
has_one :endereco
Expand Down
1 change: 1 addition & 0 deletions app/models/endereco.rb
@@ -1,3 +1,4 @@
#encoding: utf-8
class Endereco < ActiveRecord::Base
attr_accessible :bairro, :cep, :cidade, :estado, :logradouro, :numero

Expand Down
Binary file modified doc/diagramaClasses/Diagrama_Classes_estagio.dia
Binary file not shown.

0 comments on commit 8c06476

Please sign in to comment.