Class: Baza::Driver::ActiveRecord::Commands
- Inherits:
-
Object
- Object
- Baza::Driver::ActiveRecord::Commands
- Defined in:
- lib/baza/driver/active_record/commands.rb
Instance Method Summary collapse
-
#initialize(args) ⇒ Commands
constructor
A new instance of Commands.
- #method_missing ⇒ Object
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
7 8 9 |
# File 'lib/baza/driver/active_record/commands.rb', line 7 def method_missing(...) @proxy_to.__send__(...) end |