Sha256: 91f47ebcb6cc85b0533af6134812ef6b286c4f1c0d04e768e1a0652ffe66574e
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 Bytes
Contents
module Deprecated class ServerCaller < Netzke::Base js_properties :title => "Server caller", :bbar => [:call_server.action] js_method :on_call_server, <<-JS function(){ this.whatsUp(); } JS ActiveSupport::Deprecation.silence do api :whats_up end def whats_up(params) {:set_title => "Hello from the server!"} end end end
Version data entries
3 entries across 3 versions & 1 rubygems