Sha256: e4baca8769a5d5365d6c45133c535729683882841ccc42c5e466c6030e76a2b9

Contents?: true

Size: 236 Bytes

Versions: 1

Compression:

Stored size: 236 Bytes

Contents

#This files makes the framework able to receive calls from the Rhodes framework from RhoMobile.
class KnjController < Rho::RhoController
	#GET /Server
	def index
		render
	end
	
	def html_links
		System.open_url(@params["url"])
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knjrbfw-0.0.8 lib/knj/knj_controller.rb