Open kyoshino opened 8 years ago
Currently models are proxyfied and the attributes can be accessed directly. Change the structure to use the get, set, save methods.
get
set
save
Models should stop returning a Proxy. Blocks #32.
Proxy
Currently models are proxyfied and the attributes can be accessed directly. Change the structure to use the
get
,set
,save
methods.