8 lines
90 B
Ruby
8 lines
90 B
Ruby
class DashboardController < ApplicationController
|
|
def home
|
|
end
|
|
|
|
def other
|
|
end
|
|
end
|