[ARVADOS] updated: e08f41fd388d9aca6f34a72c1ac011f6e87a1029
git at public.curoverse.com
git at public.curoverse.com
Tue Dec 2 19:03:54 EST 2014
Summary of changes:
services/api/app/models/database_seeds.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via e08f41fd388d9aca6f34a72c1ac011f6e87a1029 (commit)
from 1af2d4f71f6a7ba4374f8490ef1b4f0b972e2dec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit e08f41fd388d9aca6f34a72c1ac011f6e87a1029
Author: Tom Clegg <tom at curoverse.com>
Date: Tue Dec 2 18:56:25 2014 -0500
4533: use "extend" when calling module methods from class methods. refs #4533
Seems to matter only in production: config.cache_classes?
diff --git a/services/api/app/models/database_seeds.rb b/services/api/app/models/database_seeds.rb
index 0c98f8f..bc68283 100644
--- a/services/api/app/models/database_seeds.rb
+++ b/services/api/app/models/database_seeds.rb
@@ -1,5 +1,5 @@
class DatabaseSeeds
- include CurrentApiClient
+ extend CurrentApiClient
def self.install
system_user
system_group
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list