Make AdditionalContentBoxesController#randomize private (#3115) [ci skip]

This commit is contained in:
Arun Kumar 2019-06-11 09:27:29 -05:00 committed by Mac Siri
parent a8d6d69323
commit 9414bb43ac

View file

@ -20,6 +20,8 @@ class AdditionalContentBoxesController < ApplicationController
render "boxes", layout: false
end
private
def randomize
return true unless Rails.env.production?