This website works better with JavaScript
Home
Explore
Help
Sign In
Tranyi
/
blazer
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fixed audits
Andrew Kane
10 years ago
parent
397411916c
commit
6afd3829ef
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
app/models/blazer/audit.rb
+ 1
- 1
app/models/blazer/audit.rb
View File
@@ -1,5 +1,5 @@
module Blazer
module Blazer
class Audit < ActiveRecord::Base
class Audit < ActiveRecord::Base
-
+
belongs_to :user
end
end
end
end