Class: Filterable::Hook
- Inherits:
-
Object
- Object
- Filterable::Hook
- Defined in:
- lib/toschas/filterable/hook.rb
Class Method Summary collapse
Class Method Details
.init ⇒ Object
3 4 5 6 7 |
# File 'lib/toschas/filterable/hook.rb', line 3 def self.init ActiveSupport.on_load(:active_record) do include Filterable::Base end end |