Trying to do the following
@message = render_to_string ( :sender => sender, :template => \"template\" )
But when accessing
In rails 4.0.2 this worked:
render_to_string(partial: 'path/to/partial', locals: { argument: 'value'}