14 lines
130 B
Ruby
14 lines
130 B
Ruby
class DmailsController < ApplicationController
|
|
def new
|
|
end
|
|
|
|
def index
|
|
end
|
|
|
|
def show
|
|
end
|
|
|
|
def create
|
|
end
|
|
end
|