1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionview/lib
Alexander Graul 2256f0bdb0
Correct human file size examples [ci skip]
The `number_to_human_size` helpers in Action View and Active Support
calculate the "human size" with a base of 1024. The examples should
reflect that so they don't confuse the reader.

The updated documentations use the values from:

    helper.number_to_human_size(1500)
2019-05-20 18:25:11 +02:00
..
action_view Correct human file size examples [ci skip] 2019-05-20 18:25:11 +02:00
action_view.rb De-dup Templates, introduce UnboundTemplate 2019-04-12 12:30:26 -07:00