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 453149e428
commit f8adbf080a

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