Skip to content

Commit

Permalink
Small adjustment to README to trigger a build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregschmit committed Jul 2, 2023
1 parent 05e9bf8 commit 66648cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ action and a simple interface for routing arbitrary additional actions:
```ruby
class ApiController < ApplicationController
include RESTFramework::BaseControllerMixin
self.extra_actions = {test: [:get]}
self.extra_actions = {test: :get}

def test
render api_response({message: "Test successful!"})
Expand Down

0 comments on commit 66648cf

Please sign in to comment.