ugh
This commit is contained in:
parent
23e635bf20
commit
416a36ea9a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,6 @@
|
||||||
# licensed under the Affero General Public License version 3 or later. See
|
# licensed under the Affero General Public License version 3 or later. See
|
||||||
# the COPYRIGHT file.
|
# the COPYRIGHT file.
|
||||||
|
|
||||||
require 'app/models/services/facebook'
|
|
||||||
require 'app/models/services/twitter'
|
|
||||||
|
|
||||||
class Service
|
class Service
|
||||||
include MongoMapper::Document
|
include MongoMapper::Document
|
||||||
|
|
@ -26,3 +24,5 @@ class Service
|
||||||
return truncated
|
return truncated
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
require 'app/models/services/facebook'
|
||||||
|
require 'app/models/services/twitter'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue