Class: SanaAnyEventController

Inherits:
SanaController show all
Defined in:
lib/sana_controller.rb

Overview

Sana Controller (any event accepted)

Instance Attribute Summary

Attributes inherited from SanaController

#event_id, #events, #request

Instance Method Summary collapse

Methods inherited from SanaController

#action, #initialize, #params

Constructor Details

This class inherits a constructor from SanaController

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(method) ⇒ Object

SHIORI request()

Parameters:

  • method (Symbol)

    method name = event id



121
122
123
# File 'lib/sana_controller.rb', line 121

def method_missing(method)
  render
end