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(name, *args, &blk) ⇒ Object
Constructor Details
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing(name, *args, &blk) ⇒ Object
7 8 9 |
# File 'lib/baza/driver/active_record/commands.rb', line 7 def method_missing(name, *args, &blk) @proxy_to.__send__(name, *args, &blk) end |