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
Restored directorate/payments association
pull/3/head
Adrian Short
il y a 14 ans
Parent
9217da659b
révision
0041f8ab72
2 fichiers modifiés
avec
6 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
-0
lib/models.rb
+5
-6
views/payment.haml
+ 1
- 0
lib/models.rb
Voir le fichier
@@ -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
Voir le fichier
@@ -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
Écrire
Aperçu
Chargement…
Annuler
Enregistrer