The implicit renderer has no arguments (unlike most AS render calls that provide :partial => X or :action => Y).
This pull request fixes the "undefined method merge on nil" error when having a custom action in an AS enabled controller, action that does not call render itself, but relies on the implicit renderer instead.
The implicit renderer has no arguments (unlike most AS render calls that provide :partial => X or :action => Y).
This pull request fixes the "undefined method merge on nil" error when having a custom action in an AS enabled controller, action that does not call render itself, but relies on the implicit renderer instead.