Skip to content

Commit

Permalink
Fix concern name (pay-rails#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnAukstak authored Nov 2, 2021
1 parent 0c1e231 commit 889f3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/8_customizing_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Then you can tell Rails to include the concern whenever it loads the application
```ruby
# config/initializers/pay.rb

# Re-include the SubscriptionExtensions every time Rails reloads
# Re-include the ChargeExtensions every time Rails reloads
Rails.application.config.to_prepare do
Pay::Charge.include ChargeExtensions
end
Expand Down

0 comments on commit 889f3d4

Please sign in to comment.