This website works better with JavaScript.
Home
Explore
Help
Sign In
adrianshort
/
armchairauditor
mirror of
https://github.com/adrianshort/armchairauditor.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Updated .gems for dm-core
pull/3/head
Adrian Short
14 years ago
parent
bb6a49349f
commit
c92919cfc9
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gems
+1
-1
lib/models.rb
+ 1
- 1
.gems
View File
@@ -1,2 +1,2 @@
sbfaulkner-sinatra-helpers -s http://gems.github.com
dm-core --version '>= 1.0.0'
+ 1
- 1
lib/models.rb
View File
@@ -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…
Cancel
Save