Method: Muve::Model::ClassMethods#container
- Defined in:
- lib/muve/model.rb
#container ⇒ Object
The container (e.g.: collection, tablename or anything that is analogous to this construct) of the resource
256 257 258 |
# File 'lib/muve/model.rb', line 256 def container raise Muve::Error::NotConfigured, "container not defined for #{self}" end |