projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5ff295
)
Remove export controller from branches where it isn't needed yet.
author
Tom Hughes
<tom@compton.nu>
Mon, 7 Apr 2008 23:11:25 +0000
(23:11 +0000)
committer
Tom Hughes
<tom@compton.nu>
Mon, 7 Apr 2008 23:11:25 +0000
(23:11 +0000)
app/controllers/export_controller.rb
[deleted file]
patch
|
blob
|
history
diff --git
a/app/controllers/export_controller.rb
b/app/controllers/export_controller.rb
deleted file mode 100644
(file)
index
f1c6286
..0000000
--- a/
app/controllers/export_controller.rb
+++ /dev/null
@@
-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