Skip to content

Commit

Permalink
Merge branch 'main' of github.com:treagod/marten-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
treagod committed Jul 11, 2024
2 parents f970a4f + a85dd89 commit e757136
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
qa:
runs-on: ubuntu-latest
container:
image: crystallang/crystal:1.11.0
image: crystallang/crystal:1.12.0
steps:
- uses: actions/checkout@v1
- name: Install shards
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
crystal: [
'1.9.2',
'1.10.0',
'1.11.0',
'1.12.0',
'nightly',
]
container:
Expand Down
4 changes: 4 additions & 0 deletions src/marten_turbo/handlers/record_delete.cr
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ module MartenTurbo
Marten::HTTP::Response::Found.new(success_url)
end
end

def delete
post
end
end
end
end

0 comments on commit e757136

Please sign in to comment.