Remove export controller from branches where it isn't needed yet.

This commit is contained in:
Tom Hughes 2008-04-07 23:11:25 +00:00
parent e5ff2959bc
commit f7d2bf9e39

View file

@ -1,8 +0,0 @@
class ExportController < ApplicationController
def start
render :update do |page|
page.replace_html :sidebar_content, :partial => 'start'
page.call "openSidebar"
end
end
end