dashboard_controller.rb 79 Bytes
class Admin::DashboardController < ApplicationController
  def index
  end
end