本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
adrianshort
/
armchairauditor
镜像来自
https://github.com/adrianshort/armchairauditor.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Updated .gems for dm-core
pull/3/head
Adrian Short
14 年之前
父節點
bb6a49349f
當前提交
c92919cfc9
共有
2 個檔案被更改
,包括
2 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gems
+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
Write
Preview
Loading…
取消
儲存