Skip to content

Commit cc34c17

Browse files
authored
Merge pull request pay-rails#430 from the-anthony-s/patch-1
Update 8_customizing_models.md
2 parents 5789b75 + 13eb00b commit cc34c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/8_customizing_models.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ First, you'll need to create a concern with the functionality you'd like to add.
66

77
```ruby
88
# app/models/concerns/charge_extensions.rb
9-
module Charge
9+
module ChargeExtensions
1010
extend ActiveSupport::Concern
1111

1212
included do

0 commit comments

Comments
 (0)