Skip to content

Commit

Permalink
Added TURBO_STREAM response to OPTIONS
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltz committed Jan 31, 2024
1 parent 32445da commit 29ca6ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
action_auth (0.2.12)
action_auth (0.2.13)
bcrypt (~> 3.1.0)
rails (~> 7.1)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def options

respond_to do |format|
format.json { render json: create_options }
format.turbo_stream { render json: create_options }
end
end

Expand Down
2 changes: 1 addition & 1 deletion lib/action_auth/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActionAuth
VERSION = "0.2.12"
VERSION = "0.2.13"
end

0 comments on commit 29ca6ea

Please sign in to comment.