Files
danbooru/app/controllers/dmails_controller.rb

14 lines
130 B
Ruby

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