module Management class EventsController < ManagementController def index end def show end end end