mirror of
https://github.com/oonyeje/Pearlception_Website_RoR.git
synced 2025-12-25 03:37:40 +00:00
8 lines
87 B
Ruby
8 lines
87 B
Ruby
class DashboardController < ApplicationController
|
|
|
|
def index
|
|
|
|
end
|
|
|
|
end
|