Module: ThinMan::AjaxResponder

Defined in:
lib/thin_man/ajax_responder.rb

Instance Method Summary collapse

Instance Method Details

#render_ajax(options = {}) ⇒ Object



3
4
5
# File 'lib/thin_man/ajax_responder.rb', line 3

def render_ajax(options = {})
  render({partial: action_name}.merge(options))
end