7 lines
95 B
Ruby
7 lines
95 B
Ruby
|
class DesktopController< ApplicationController
|
||
|
layout 'desktop'
|
||
|
|
||
|
def index
|
||
|
|
||
|
end
|
||
|
end
|