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
Moved back to belongs_to rather than has 1 association
pull/3/head
Adrian Short
há 14 anos
ascendente
188b1e4a02
cometimento
bb6a49349f
2 ficheiros alterados
com
1 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
-1
lib/models.rb
+0
-5
views/payment.haml
+ 1
- 1
lib/models.rb
Ver ficheiro
@@ -19,7 +19,7 @@ class Payment
belongs_to :service
belongs_to :supplier
has 1,
:directorate, { :through => :service }
belongs_to
:directorate, { :through => :service }
def url
SITE_URL + "payments/" + @id.to_s
+ 0
- 5
views/payment.haml
Ver ficheiro
@@ -23,9 +23,4 @@
%tr
%td Amount £
%td= sprintf("%0.2f", @payment.amount)
%tr
%td Transaction Number
%td= @payment.trans_no.nil? ? "unknown" : @payment.trans_no
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar