Module: AutoError::Config
- Defined in:
- lib/auto_error/config.rb
Constant Summary collapse
- @@auth_with =
nil- @@helpers =
nil- @@email_on_error =
nil- @@email_sender =
nil- @@error_template_renderer =
nil- @@data_handlers =
nil
Class Method Summary collapse
Class Method Details
.setup {|_self| ... } ⇒ Object
3 4 5 |
# File 'lib/auto_error/config.rb', line 3 def self.setup( &blk ) yield self end |