discourse-data-explorer/lib/discourse_data_explorer
Jarek Radosz ba9ead855e
DEV: Fix autoloading (#322)
A follow-up to e23c31195b

Fixes errors like:
```
NameError:
       uninitialized constant DiscourseDataExplorer::ValidationError
     # ./plugins/discourse-data-explorer/spec/lib/parameter_spec.rb:15:in `block (3 levels) in <main>'
```
2024-08-28 10:11:08 +02:00
..
data_explorer.rb DEV: Fix autoloading (#322) 2024-08-28 10:11:08 +02:00
engine.rb DEV: Use Rails autoloading (#321) 2024-08-28 11:36:44 +08:00
parameter.rb FIX: fix double validation (#314) 2024-08-21 15:39:56 +08:00
queries.rb FEATURE: add instant run-off voting export query (#294) 2024-07-17 14:45:40 +02:00
query_group_bookmarkable.rb DEV: Adapt to core bookmark changes (#280) 2024-02-29 09:11:40 +10:00
report_generator.rb DEV: Use Rails autoloading (#321) 2024-08-28 11:36:44 +08:00
result_format_converter.rb DEV: Use Rails autoloading (#321) 2024-08-28 11:36:44 +08:00
result_to_markdown.rb DEV: Use Rails autoloading (#321) 2024-08-28 11:36:44 +08:00
validation_error.rb DEV: Fix autoloading (#322) 2024-08-28 10:11:08 +02:00