1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

attibutes => attributes

This commit is contained in:
Vipul A M 2013-09-03 01:13:30 +05:30
parent 9da59af114
commit bc7a4f0f60

View file

@ -233,7 +233,7 @@ only evaluated if the output level is the same or included in the allowed level
(i.e. lazy loading). The same code rewritten would be:
```ruby
logger.debug {"Person attibutes hash: #{@person.attributes.inspect}"}
logger.debug {"Person attributes hash: #{@person.attributes.inspect}"}
```
The contents of the block, and therefore the string interpolation, is only