Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed broken links in README
  • Loading branch information
mustiag authored and scambra committed Jan 8, 2024
1 parent e20639c commit aa29ad3
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions README.md
@@ -1,7 +1,5 @@
# DeviseInvitable
[<img
src="https://badge.fury.io/rb/devise_invitable.svg"/>](http://badge.fury.io/rb
/devise_invitable) [<img
[<img src="https://badge.fury.io/rb/devise_invitable.svg"/>](http://badge.fury.io/rb/devise_invitable) [<img
src="https://github.com/scambra/devise_invitable/actions/workflows/ci.yml/badg
e.svg"/>](https://github.com/scambra/devise_invitable/actions/workflows/ci.yml
) [<img
Expand Down Expand Up @@ -240,9 +238,8 @@ more information about views.

To change the controller's behavior, create a controller that inherits from
`Devise::InvitationsController`. The available methods are: `new`, `create`,
`edit`, and `update`. Refer to the [original controllers
source](https://github.com/scambra/devise_invitable/blob/master/app/controller
s/devise/invitations_controller.rb) before editing any of these actions. Your
`edit`, and `update`. Refer to the [original controllers source](https://github.com/scambra/devise_invitable/blob/master/app/controllers/devise/invitations_controller.rb)
before editing any of these actions. Your
controller might now look something like this:

```ruby
Expand Down Expand Up @@ -645,9 +642,7 @@ en:
user_subject: 'You got a user invitation!'
```

Take a look at the [generated locale
file](https://github.com/scambra/devise_invitable/blob/master/config/locales/e
n.yml) to check all available messages.
Take a look at the [generated locale file](https://github.com/scambra/devise_invitable/blob/master/config/locales/en.yml) to check all available messages.

Check out [wiki](https://github.com/scambra/devise_invitable/wiki/I18n) for
translations.
Expand Down

0 comments on commit aa29ad3

Please sign in to comment.