Class: Mongrel2::Config::Directory
- Inherits:
-
Object
- Object
- Mongrel2::Config::Directory
- Defined in:
- lib/mongrel2/config/directory.rb
Overview
Mongrel2 Directory (Dir) configuration class
Instance Method Summary collapse
-
#validate ⇒ Object
Sequel validation callback: add errors if the record is invalid.
Instance Method Details
#validate ⇒ Object
Sequel validation callback: add errors if the record is invalid.
17 18 19 20 21 22 |
# File 'lib/mongrel2/config/directory.rb', line 17 def validate self.validate_base self.validate_index_file self.validate_default_ctype self.validate_cache_ttl end |