Method: Mobility::Plugins::Backend::InstanceMethods#mobility_backends
- Defined in:
- lib/mobility/plugins/backend.rb
#mobility_backends ⇒ Hash
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return a new backend for an attribute name.
142 143 144 |
# File 'lib/mobility/plugins/backend.rb', line 142 def mobility_backends @mobility_backends ||= MobilityBackends.new(self) end |