public Method

RJS.compile(template)

There's no documentation for this item.

Source Code

# File action_view/template_handlers/rjs.rb, line 10
def compile(template)
  "controller.response.content_type ||= Mime::JS\n" +
  "update_page do |page|\n#{template}\nend"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.