Method: Mobility::Plugins::Backend::InstanceMethods#mobility_backends

Defined in:
lib/mobility/plugins/backend.rb

#mobility_backendsHash

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.

Returns:

  • (Hash)

    Hash of attribute names and backend instances



142
143
144
# File 'lib/mobility/plugins/backend.rb', line 142

def mobility_backends
  @mobility_backends ||= MobilityBackends.new(self)
end