Skip to content

Commit

Permalink
Update README.md (RubyMoney#599)
Browse files Browse the repository at this point in the history
added missing word in readme.md
  • Loading branch information
GoktugOzturk authored Jun 22, 2020
1 parent 03056b6 commit de1ae8d
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 @@ -306,7 +306,7 @@ object using EUR as their currency, instead of the default USD.

By passing the option ```:with_currency``` to the ```monetize``` macro call,
with a currency code (symbol or string) or a callable object (object that responds to the method ```call```) that returns a currency code, as its value, you can define a currency in a more granular
way. This will you attach the given currency only to the specified monetized model
way. This will let you attach the given currency only to the specified monetized model
attribute (allowing you to, for example, monetize different attributes of the same model with different currencies.).

This allows you to override both the model level and the global
Expand Down

0 comments on commit de1ae8d

Please sign in to comment.