Module: Quiver::Adapter::HelpersHelpers
- Included in:
- ActiveRecord, Memory
- Defined in:
- lib/quiver/adapter/helpers_helpers.rb
Defined Under Namespace
Modules: SelfMethods
Class Method Summary collapse
Class Method Details
.included(host) ⇒ Object
4 5 6 |
# File 'lib/quiver/adapter/helpers_helpers.rb', line 4 def self.included(host) host.send(:extend, SelfMethods) end |