8 lines
100 B
Ruby
Executable File
8 lines
100 B
Ruby
Executable File
class DashboardController < ApplicationController
|
|
|
|
def home
|
|
@user = current_user
|
|
end
|
|
|
|
end
|