Class: ActionController::Base
- Inherits:
-
Object
- Object
- ActionController::Base
- Includes:
- Prawnto::ActionController
- Defined in:
- lib/prawnto.rb
Overview
for now applying to all Controllers however, could reduce footprint by letting user mixin (i.e. include) only into controllers that need it but does it really matter performance wise to include in a controller that doesn't need it? doubtful-- depends how much of a hit the before_filter is i guess..
Constant Summary
Constant Summary
Constants included from Prawnto::ActionController
Prawnto::ActionController::DEFAULT_PRAWNTO_OPTIONS