class DmailsController < ApplicationController def new end def index end def show end def create end end