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
4 5 6 |
# File 'lib/saviour/config.rb', line 4 def method_missing(*) raise(RuntimeError, "You need to provide a storage! Set Saviour::Config.storage = xxx") end |