Sha256: 17bf299ea69633d84f9ff4da16601dd24333270c71c94e662da9f1c1fa79c2e5

Contents?: true

Size: 260 Bytes

Versions: 3

Compression:

Stored size: 260 Bytes

Contents

#This files makes the framework able to receive calls from the Rhodes framework from RhoMobile.
class KnjController < Rho::RhoController
	include BrowserHelper

	#GET /Server
	def index
		render
	end
	
	def html_links
		System.open_url(@params["url"])
	end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
knjrbfw-0.0.7 lib/knj/knj_controller.rb
knjrbfw-0.0.4 lib/knj/knj_controller.rb
knjrbfw-0.0.3 lib/knj/knj_controller.rb