require_dependency "dbd_data_engine/application_controller" module DbdDataEngine class DataController < ApplicationController def index end end end