Project

General

Profile

Actions

Bug #24760

closed

Unable to autoload constant Dashboard::Data

Added by Timo Goebel over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Dashboard
Target version:
-
Fixed in Releases:
Found in Releases:

Description

When viewing Foreman's dashboard in develop, I sometimes get an Unable to autoload constant Dashboard::Data error.
This goes away when defining

```
module Dashboard; class Data; end; end
```

instead of

```
class Dashboard::Data
```

Actions

Also available in: Atom PDF