ccocchi / rabl-rails

Rails 4.2+ templating system with JSON, XML and Plist support.
MIT License
209 stars 51 forks source link

upcase! returns nil if string is already upcased. #25

Closed Tonkpils closed 11 years ago

Tonkpils commented 11 years ago

This caused nil is not a Symbol error. Fixes #24

Tonkpils commented 11 years ago

@justmatt Thanks for the suggestion. That does look much cleaner and makes more sense.