mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
attibutes
=> attributes
This commit is contained in:
parent
9da59af114
commit
bc7a4f0f60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue