From 22fd69552e1efaf1ebed2079cf6f2d3e9e2d2e7c Mon Sep 17 00:00:00 2001 From: John Fairhurst Date: Mon, 16 Oct 2023 18:17:08 +0100 Subject: [PATCH] Correct activesupport usage (#1371) --- CHANGELOG.md | 3 ++- lib/jazzy/source_declaration/type.rb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fc035ef9..d2567c306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,8 @@ ##### Bug Fixes -* None. +* Fix incorrect activesupport usage. + [John Fairhurst](https://github.com/johnfairh) ## 0.14.4 diff --git a/lib/jazzy/source_declaration/type.rb b/lib/jazzy/source_declaration/type.rb index 9a635d5b4..5f2b4ddd9 100644 --- a/lib/jazzy/source_declaration/type.rb +++ b/lib/jazzy/source_declaration/type.rb @@ -1,5 +1,6 @@ # frozen_string_literal: true +require 'active_support' require 'active_support/inflector' module Jazzy