Skip to content

Instantly share code, notes, and snippets.

@ipolevoy
Created August 12, 2014 06:16
Show Gist options
  • Save ipolevoy/9c3d5be81c088d496208 to your computer and use it in GitHub Desktop.
Save ipolevoy/9c3d5be81c088d496208 to your computer and use it in GitHub Desktop.
public class City extends Model{
public void beforeSave(){
set("province_id" Convert.toInteger(get("province_id")));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment