Skip to content

Instantly share code, notes, and snippets.

@rmahnovetsky
rmahnovetsky / ajax_widget.rb
Created January 12, 2013 04:43
Apotomo ajax widget example
module Apotomo
class AjaxWidget < Apotomo::Widget
responds_to_event :ajax_display
def display
render :view => :display
end
def ajax_display