Rendering a file is no longer the default
This commit is contained in:
parent
3a90386303
commit
8fd39d67f0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
class IntegrationSessionsController < ActionController::Base
|
||||
def new
|
||||
@user_id = params[:user_id]
|
||||
render 'features/support/integration_sessions_form', :layout => false
|
||||
render file: 'features/support/integration_sessions_form', layout: false
|
||||
end
|
||||
def create
|
||||
sign_in_and_redirect User.find(params[:user_id])
|
||||
|
|
|
|||
Loading…
Reference in a new issue