ccocchi / rabl-rails

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

Fix empty template #14

Closed fnordfish closed 11 years ago

fnordfish commented 11 years ago

When rails compiles a template, it nils--out it's source. For most (normal) requests this does not matter, but when running a bunch of tests this may happen (at least to me)

fnordfish commented 11 years ago

oops - double pull request - includes #13