Files
dunlop-core/spec/dummy/app/controllers/dashboard_controller.rb
T
2018-01-20 13:02:44 -03:00

10 lines
123 B
Ruby

class DashboardController < ApplicationController
# GET /
def home
end
def render_as_dunlop_modal_test
end
end