1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00

(bug) unable to build stats

NoMethodError: undefined method `project_info' for Statistics::FetcherService:Class
app/services/statistics/fetcher_service.rb:179:in `block in projects_list'
This commit is contained in:
Sylvain 2022-09-05 15:14:08 +02:00
parent cbb0e4312f
commit 9a9aaf6889

View File

@ -5,6 +5,7 @@
class Statistics::FetcherService
include Statistics::Concerns::HelpersConcern
include Statistics::Concerns::ComputeConcern
include Statistics::Concerns::ProjectsConcern
class << self
def subscriptions_list(options = default_options)