Class: Hanami::Routing::Default::NullAction Private

Inherits:
Object
  • Object
show all
Includes:
Action
Defined in:
lib/hanami/routing/default.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0

Instance Method Summary collapse

Instance Method Details

#call(env) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Since:

  • 0.1.0



21
22
# File 'lib/hanami/routing/default.rb', line 21

def call(env)
end