2 parents a08c1dc + 78f24ff commit 88adc3fCopy full SHA for 88adc3f
3 files changed
lib/changes_helper.rb
@@ -1,5 +1,5 @@
1
module ChangesHelper
2
- MimeFormat = "application/vnd.github.%s+json".freeze
+ MimeFormat ||= "application/vnd.github.%s+json".freeze
3
# Public: Filters the change items out. If a version is given, show only the
4
# items related to that version.
5
#
0 commit comments