Use named constants for HTTP response codes.
This commit is contained in:
parent
cacf1879c3
commit
071b0be241
1 changed files with 8 additions and 0 deletions
8
app/controllers/export_controller.rb
Normal file
8
app/controllers/export_controller.rb
Normal file
|
@ -0,0 +1,8 @@
|
|||
class ExportController < ApplicationController
|
||||
def start
|
||||
render :update do |page|
|
||||
page.replace_html :sidebar_content, :partial => 'start'
|
||||
page.call "openSidebar"
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue