This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/controllers/desktop_orbit_controller.rb

7 lines
116 B
Ruby
Raw Normal View History

2012-06-26 07:59:28 +00:00
class DesktopOrbitController< ApplicationController
def orbit
render "desktop/orbit", :layout => false
end
end