mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 03:36:05 +01:00
6 lines
185 B
Ruby
6 lines
185 B
Ruby
# frozen_string_literal: true
|
|
|
|
Rails.application.config.to_prepare do
|
|
QuestionGenerator.question_base_path = File.expand_path("../questions", __dir__)
|
|
QuestionGenerator.compile
|
|
end
|