FIX: Explicitly require `topic_query_params`

This commit is contained in:
Robin Ward 2019-08-15 13:54:20 -04:00
parent 23367e79ea
commit b8f21ea962
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# frozen_string_literal: true
require_dependency 'topic_query_params'
class EmbedController < ApplicationController
include TopicQueryParams