5 lines
79 B
Ruby
5 lines
79 B
Ruby
class Admin::DashboardsController < ApplicationController
|
|
def show
|
|
end
|
|
end
|