README.md in inherited_resources-1.12.0 vs README.md in inherited_resources-1.13.0

- old
+ new

@@ -8,11 +8,11 @@ `respond_with` feature alongside the [responders gem](https://github.com/plataformatec/responders). ## Inherited Resources [![Version ][rubygems_badge]][rubygems] -[![CircleCI ][circleci_badge]][circleci] +[![Github Actions ][actions_badge]][actions] [![Tidelift ][tidelift_badge]][tidelift] Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important. It makes your controllers more powerful and cleaner at the same time. @@ -187,11 +187,11 @@ Namespaced controllers work out of the box, but if you need to specify a different route prefix you can do the following: ```ruby class Administrators::PeopleController < InheritedResources::Base - defaults :route_prefix => 'admin' + defaults :route_prefix => :admin end ``` Then your named routes will be: `admin_people_url`, `admin_person_url` instead of `administrators_people_url` and `administrators_person_url`. @@ -737,11 +737,11 @@ Please use the Tidelift security contact to [report a security vulnerability][Tidelift security contact]. Tidelift will coordinate the fix and disclosure. [rubygems_badge]: http://img.shields.io/gem/v/inherited_resources.svg [rubygems]: https://rubygems.org/gems/inherited_resources -[circleci_badge]: https://circleci.com/gh/activeadmin/inherited_resources.svg?style=svg -[circleci]: https://circleci.com/gh/activeadmin/inherited_resources +[actions_badge]: https://github.com/activeadmin/inherited_resources/workflows/ci/badge.svg +[actions]: https://github.com/activeadmin/inherited_resources/actions [tidelift_badge]: https://tidelift.com/badges/github/activeadmin/inherited_resources [tidelift]: https://tidelift.com/subscription/pkg/rubygems-inherited-resources?utm_source=rubygems-inherited-resources&utm_medium=referral&utm_campaign=readme [Tidelift security contact]: https://tidelift.com/security