Somehow I was under the impression that naming views like this was possible:
show.js.custom.coffee
Suppose I have both handlers working properly, and both show.js.custom
and show.js.coffee
work fine, but when I put both extensions together, Rails balks with (edited for brevity):
Missing template show with {:handlers=>[:custom, :coffee], :formats=>[:js]}...
So if this is at all possible, what is it I need to do to make it work?
Thanks!