I'm upgrading from ohm 0.1.0.rc4 to ohm 1.2.0 (and ohm_contrib 0.0.42 to ohm-contrib-1.2).
In one method, I have the following call:
something = Ohm::Model::Wrapper.new(:User) { Object.const_get(:User) }
which causes the following error after upgrade:
uninitialized constant Ohm::Model::Wrapper (NameError)
Any idea what happened to Wrapper and what I can use instead if it has been removed?
Ronny.