README.mkdn in cobregratis-0.2.2 vs README.mkdn in cobregratis-0.3.0
- old
+ new
@@ -32,10 +32,12 @@
If you are using this in a Rails application, putting this code in a config/initializers/cobregratis.rb
file is recommended. See config_initializers_cobregratis.rb in the examples/ directory.
## Usage
- @billets = Cobregratis::Billet.find(:all)
+ @bank_billets = Cobregratis::BankBillet.find(:all)
+ @bank_billet_accounts = Cobregratis::BankBilletAccount.find(:all)
+ @services = Cobregratis::Service.find(:all)
## License
This code is free to be used under the terms of the [MIT license][mit].
\ No newline at end of file