Method: ROM::Relation::ClassInterface#schemas
- Defined in:
- lib/rom/relation/class_interface.rb
#schemas ⇒ Object
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.
285 286 287 |
# File 'lib/rom/relation/class_interface.rb', line 285 def schemas @schemas ||= {} end |