Module: Crystal::AbstractController

Includes:
NamedRouter::Helper
Defined in:
lib/crystal/controller/abstract_controller.rb,
lib/crystal/controller/abstract_controller/render.rb,
lib/crystal/controller/abstract_controller/responder.rb,
lib/crystal/controller/abstract_controller/micelaneous.rb

Defined Under Namespace

Modules: ClassMethods, Micelaneous, Render Classes: Responder

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Crystal::NamedRouter::Helper

Instance Method Details

#paramsObject



12
13
14
# File 'lib/crystal/controller/abstract_controller.rb', line 12

def params
  workspace.params
end