Interpolation not working on Rails generator
Posted
by Tom
on Stack Overflow
See other posts from Stack Overflow
or by Tom
Published on 2010-06-14T04:21:23Z
Indexed on
2010/06/14
4:32 UTC
Read the original article
Hit count: 261
For some reason the code I have included below does not interpolate the variables into the template. It simply copies the file over verbatim. I cannot figure out why.
https://gist.github.com/60484f7b57b06b6eb3e3
The Rails version is 2.3.4.
Thanks in advance!
© Stack Overflow or respective owner