Method: ActionFramework::Controller#initialize
- Defined in:
- lib/actionframework/controller.rb
#initialize(env, req, res, url) ⇒ Controller
Returns a new instance of Controller.
8 9 10 11 12 13 |
# File 'lib/actionframework/controller.rb', line 8 def initialize env,req,res,url @req = req @res = res @url = url @env = env end |