Method: Exo::RouteDecorator#redirection?

Defined in:
app/presenters/exo/route_decorator.rb

#redirection?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'app/presenters/exo/route_decorator.rb', line 7

def redirection?
  object.class == Exo::Route::Redirection
end