Namespace
Methods
B
Instance Public methods
backing_store_create()
   # File rhino/rhino/lib/rhino/resource/active_model_extension/backing_store.rb
18 def backing_store_create
19   raise NotImplementedError, "#create is not implemented for BackingStore"
20 end
backing_store_destroy()
   # File rhino/rhino/lib/rhino/resource/active_model_extension/backing_store.rb
13 def backing_store_destroy
14   raise NotImplementedError, "#destroy is not implemented for BackingStore"
15 end
backing_store_index()
   # File rhino/rhino/lib/rhino/resource/active_model_extension/backing_store.rb
22 def backing_store_index
23   raise NotImplementedError, "#index is not implemented for BackingStore"
24 end
backing_store_show()
   # File rhino/rhino/lib/rhino/resource/active_model_extension/backing_store.rb
26 def backing_store_show
27   raise NotImplementedError, "#show is not implemented for BackingStore"
28 end
backing_store_update()
   # File rhino/rhino/lib/rhino/resource/active_model_extension/backing_store.rb
 9 def backing_store_update
10   raise NotImplementedError, "#update is not implemented for BackingStore"
11 end