You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/langchainrb_rails/generators/langchainrb_rails/templates/assistant/controllers/assistants_controller.rb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ def new
12
12
defcreate
13
13
@assistant=Assistant.new(assistant_params)
14
14
if@assistant.save
15
-
redirect_to@assistant,notice: 'Assistant was successfully created.'
15
+
redirect_to@assistant,notice: "Assistant was successfully created."
0 commit comments