Class: EventsController
- Inherits:
-
Object
- Object
- EventsController
- Defined in:
- lib/dbc_today/controllers/events_controller.rb
Instance Attribute Summary collapse
-
#view ⇒ Object
readonly
Returns the value of attribute view.
Instance Method Summary collapse
-
#initialize ⇒ EventsController
constructor
A new instance of EventsController.
- #show_schedule(phase, week, day) ⇒ Object
Constructor Details
#initialize ⇒ EventsController
Returns a new instance of EventsController.
8 9 10 |
# File 'lib/dbc_today/controllers/events_controller.rb', line 8 def initialize @view = EventsView.new end |
Instance Attribute Details
#view ⇒ Object (readonly)
Returns the value of attribute view.
6 7 8 |
# File 'lib/dbc_today/controllers/events_controller.rb', line 6 def view @view end |