7 lines
116 B
Ruby
7 lines
116 B
Ruby
|
class DesktopOrbitController< ApplicationController
|
||
|
|
||
|
def orbit
|
||
|
render "desktop/orbit", :layout => false
|
||
|
end
|
||
|
|
||
|
end
|