Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Iniciar sessão
adrianshort
/
armchairauditor
espelho de
https://github.com/adrianshort/armchairauditor.git
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Restored directorate/payments association
pull/3/head
Adrian Short
há 14 anos
ascendente
9217da659b
cometimento
0041f8ab72
2 ficheiros alterados
com
6 adições
e
6 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
lib/models.rb
+5
-6
views/payment.haml
+ 1
- 0
lib/models.rb
Ver ficheiro
@@ -38,6 +38,7 @@ class Directorate
has n, :services, :order => ['name']
has n, :suppliers, { :through => :services, :order => ['name'] }
has n, :payments, { :through => :services }
before :save, :slugify
+ 5
- 6
views/payment.haml
Ver ficheiro
@@ -5,12 +5,11 @@
%tr
%td Date
%td= @payment.d.strftime("%d %b %Y")
-#
%tr
%td Directorate
%td
%a{ :href => "/directorates/#{@payment.directorate.slug}" }
= @payment.directorate.name
%tr
%td Directorate
%td
%a{ :href => "/directorates/#{@payment.directorate.slug}" }
= @payment.directorate.name
%tr
%td Service
%td
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar