Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
adrianshort
/
armchairauditor
mirror da
https://github.com/adrianshort/armchairauditor.git
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Moved back to belongs_to rather than has 1 association
pull/3/head
Adrian Short
14 anni fa
parent
188b1e4a02
commit
bb6a49349f
2 ha cambiato i file
con
1 aggiunte
e
6 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
lib/models.rb
+0
-5
views/payment.haml
+ 1
- 1
lib/models.rb
Vedi File
@@ -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
Vedi File
@@ -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
Scrivi
Anteprima
Caricamento…
Annulla
Salva