Class Brakeman::Rails3RoutesProcessor
In: lib/brakeman/processors/lib/rails3_route_processor.rb
Parent: Brakeman::BasicProcessor

Processes the Sexp from routes.rb. Stores results in tracker.routes.

Note that it is only interested in determining what methods on which controllers are used as routes, not the generated URLs for routes.

Methods

Included Modules

Brakeman::RouteHelper

Attributes

current_controller  [R] 
map  [R] 
nested  [R] 

Public Class methods

Public Instance methods

TODO: Need test for this

[Validate]