소스 검색

Updated .gems for dm-core

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

+ 1
- 1
.gems 파일 보기

@@ -1,2 +1,2 @@
sbfaulkner-sinatra-helpers -s http://gems.github.com
dm-core --version '>= 1.0.0'

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

@@ -19,7 +19,7 @@ class Payment
belongs_to :service
belongs_to :supplier
belongs_to :directorate, { :through => :service }
has 1, :directorate, { :through => :service }

def url
SITE_URL + "payments/" + @id.to_s


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