Class: Saviour::Config::NotImplemented
- Inherits:
-
Object
- Object
- Saviour::Config::NotImplemented
- Defined in:
- lib/saviour/config.rb
Instance Method Summary collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
6 7 8 |
# File 'lib/saviour/config.rb', line 6 def method_missing(*) raise(ConfigurationError, "You need to provide a storage! Set Saviour::Config.storage = xxx") end |