5 lines
72 B
Ruby
5 lines
72 B
Ruby
|
|
class DashboardController < ApplicationController
|
||
|
|
def index
|
||
|
|
end
|
||
|
|
end
|