Class: Extentions::Base::Router

Inherits:
Object
  • Object
show all
Defined in:
lib/extentions/base/router.rb

Instance Method Summary collapse

Constructor Details

#initialize(controller, role, context) ⇒ Router

Returns a new instance of Router.



4
5
6
# File 'lib/extentions/base/router.rb', line 4

def initialize(controller, role, context)
  @controller, @role, @context = controller, role, context
end

Instance Method Details

#processObject



8
# File 'lib/extentions/base/router.rb', line 8

def process; end

#renderObject



9
# File 'lib/extentions/base/router.rb', line 9

def render; "" end