Actions
Bug #24760
closedUnable to autoload constant Dashboard::Data
Difficulty:
trivial
Triaged:
No
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
```
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/6014 added
Updated by Timo Goebel over 6 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset 18f2cf43d1628a0b0342f61ca73b00cdd5534b65.
Updated by The Foreman Bot over 6 years ago
- Pull request https://github.com/theforeman/foreman/pull/5961 added
Actions