Module: Mobility::Backends::Table::ClassMethods
- Defined in:
- lib/mobility/backends/table.rb
Instance Method Summary collapse
-
#apply_plugin(name) ⇒ Object
Apply custom processing for plugin.
Instance Method Details
#apply_plugin(name) ⇒ Object
Apply custom processing for plugin
110 111 112 113 114 115 116 117 |
# File 'lib/mobility/backends/table.rb', line 110 def apply_plugin(name) if name == :cache include self::Cache true else super end end |