Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
adrianshort
/
armchairauditor
miroir de
https://github.com/adrianshort/armchairauditor.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
Moved back to belongs_to rather than has 1 association
pull/3/head
Adrian Short
il y a 14 ans
Parent
188b1e4a02
révision
bb6a49349f
2 fichiers modifiés
avec
1 ajouts
et
6 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
lib/models.rb
+0
-5
views/payment.haml
+ 1
- 1
lib/models.rb
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer