nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
5 stars 1 forks source link

BUG: Cast FileProxy sizes to integer #96

Closed danieldiekmeier closed 1 month ago

danieldiekmeier commented 1 month ago

If we don't do this and accidentally pass a string like "200", it will error with:

TypeError:
  no implicit conversion of String into Integer