projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add support for Wikimedia authentication
[rails.git]
/
app
/
controllers
/
export_controller.rb
diff --git
a/app/controllers/export_controller.rb
b/app/controllers/export_controller.rb
index bd020f29b6ea11a1b960ec5f8e71d0885a48fd4c..fa7944516620e442064b8f8d5adb118d92042761 100644
(file)
--- a/
app/controllers/export_controller.rb
+++ b/
app/controllers/export_controller.rb
@@
-22,6
+22,5
@@
class ExportController < ApplicationController
end
end
- def embed
- end
+ def embed; end
end