Skip to content

Commit

Permalink
Merge pull request #215 from dannyh79/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
kbrock committed Nov 6, 2020
2 parents c807d58 + c009b23 commit 1a07f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ ActiveHash also ships with:

* ActiveFile: a base class that you can use to create file data sources
* ActiveYaml: a base class that will turn YAML into a hash and load the data into an ActiveHash object

F
## !!! Important notice !!!
We have changed returned value to chainable by v3.0.0. It's not just an `Array` instance anymore.
If it breaks your application, please report us on [issues](https://github.com/zilkey/active_hash/issues), and use v2.x.x as following..
Expand Down Expand Up @@ -420,7 +420,7 @@ Soda.first.price # => 1.0

### Using ERB ruby in YAML

Embedded ruby can bu used in ActiveYaml using erb brackets `<% %>` and `<%= %>` to set the result of a ruby operation as a value in the yaml file.
Embedded ruby can be used in ActiveYaml using erb brackets `<% %>` and `<%= %>` to set the result of a ruby operation as a value in the yaml file.

```
- id: 1
Expand Down

0 comments on commit 1a07f3e

Please sign in to comment.