class CopyTunerClient::RequestSync
def render_with_layout(view)
You have to call this with a block - the contents returned from
def render_with_layout(view) body = ERB.new(File.read(File.join(VIEW_PATH, 'layouts/copytuner_default.html.erb'))) body.result(Proc.new {}.binding) end