Make AdditionalContentBoxesController#randomize private (#3115) [ci skip]
This commit is contained in:
parent
a8d6d69323
commit
9414bb43ac
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ class AdditionalContentBoxesController < ApplicationController
|
|||
render "boxes", layout: false
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def randomize
|
||||
return true unless Rails.env.production?
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue