| @@ -38,6 +38,7 @@ class Directorate | |||||
| has n, :services, :order => ['name'] | has n, :services, :order => ['name'] | ||||
| has n, :suppliers, { :through => :services, :order => ['name'] } | has n, :suppliers, { :through => :services, :order => ['name'] } | ||||
| has n, :payments, { :through => :services } | |||||
| before :save, :slugify | before :save, :slugify | ||||
| @@ -5,12 +5,11 @@ | |||||
| %tr | %tr | ||||
| %td Date | %td Date | ||||
| %td= @payment.d.strftime("%d %b %Y") | %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 | %tr | ||||
| %td Service | %td Service | ||||
| %td | %td | ||||