stubbed in blank controllers/helpers/functional tests
This commit is contained in:
13
app/controllers/dmails_controller.rb
Normal file
13
app/controllers/dmails_controller.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class DmailsController < ApplicationController
|
||||
def new
|
||||
end
|
||||
|
||||
def index
|
||||
end
|
||||
|
||||
def show
|
||||
end
|
||||
|
||||
def create
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user