Module: DataMapper::Reflection::PersevereAdapter
- Extended by:
- Chainable
- Defined in:
- lib/dm-reflection/adapters/persevere.rb
Instance Method Summary collapse
-
#get_storage_names ⇒ String Array
Get the list of schema names.
- #separator ⇒ Object
Instance Method Details
#get_storage_names ⇒ String Array
Get the list of schema names
52 53 54 55 |
# File 'lib/dm-reflection/adapters/persevere.rb', line 52 def get_storage_names @schemas = self.get_schema @schemas.map { |schema| schema['id'] } end |
#separator ⇒ Object
43 44 45 |
# File 'lib/dm-reflection/adapters/persevere.rb', line 43 def separator '/' end |