Class: ActionView::Template::Handlers::RJS
- Inherits:
-
Object
- Object
- ActionView::Template::Handlers::RJS
- Defined in:
- actionpack/lib/action_view/template/handlers/rjs.rb
Instance Method Summary (collapse)
Instance Method Details
- (Object) call(template)
8 9 10 |
# File 'actionpack/lib/action_view/template/handlers/rjs.rb', line 8 def call(template) "update_page do |page|;#{template.source}\nend" end |