10 lines
123 B
Ruby
10 lines
123 B
Ruby
class DashboardController < ApplicationController
|
|
|
|
# GET /
|
|
def home
|
|
end
|
|
|
|
def render_as_dunlop_modal_test
|
|
end
|
|
end
|