Method: ActiveWrapper::Db#method_missing
- Defined in:
- lib/active_wrapper/db.rb
#method_missing(method, *args) ⇒ Object
94 95 96 |
# File 'lib/active_wrapper/db.rb', line 94 def method_missing(method, *args) ActiveRecord::Base.connection.send(method, *args) end |