[Source]
# File lib/swxruby/rails_integration/swx_controller.rb, line 2 2: def gateway 3: # request handler takes in the params hash 4: send_data(SwxGateway.process(params), :type => 'application/swf', :filename => 'data.swf') 5: end
[Validate]