소스 검색

Removed directorate/payment association

pull/3/head
Adrian Short 14 년 전
부모
커밋
6de99d6fb2
2개의 변경된 파일7개의 추가작업 그리고 6개의 파일을 삭제
  1. +1
    -1
      lib/models.rb
  2. +6
    -5
      views/payment.haml

+ 1
- 1
lib/models.rb 파일 보기

@@ -38,7 +38,7 @@ class Directorate
has n, :services, :order => ['name']
has n, :suppliers, { :through => :services, :order => ['name'] }
has n, :payments, { :through => :services }
# has n, :payments, { :through => :services }

before :save, :slugify



+ 6
- 5
views/payment.haml 파일 보기

@@ -5,11 +5,12 @@
%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


불러오는 중...
취소
저장