Skip to content

Commit

Permalink
Merge pull request #145 from pavelloz/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Readme.md
  • Loading branch information
pond authored Oct 22, 2024
2 parents 9b4899c + c48d10e commit 096e5e0
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 @@ -321,7 +321,7 @@ end

#### Other source types

If you do _not_ use ActiveRecord to store data, or if you have very esoteric read-write requirements, you can subclass [`Scimigar::ResourcesController`](https://www.rubydoc.info/gems/scimitar/Scimitar/ResourcesController) in a manner similar to this:
If you do _not_ use ActiveRecord to store data, or if you have very esoteric read-write requirements, you can subclass [`Scimitar::ResourcesController`](https://www.rubydoc.info/gems/scimitar/Scimitar/ResourcesController) in a manner similar to this:

```ruby
class UsersController < Scimitar::ResourcesController
Expand Down

0 comments on commit 096e5e0

Please sign in to comment.