Class: Ektoplayer::Controllers::Controller
- Inherits:
-
Object
- Object
- Ektoplayer::Controllers::Controller
- Defined in:
- lib/ektoplayer/controllers/controller.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(view) ⇒ Controller
constructor
A new instance of Controller.
Constructor Details
#initialize(view) ⇒ Controller
Returns a new instance of Controller.
4 5 6 |
# File 'lib/ektoplayer/controllers/controller.rb', line 4 def initialize(view) @view = view end |