Skip to content

Instantly share code, notes, and snippets.

@rikkimax
Created January 25, 2014 09:44
Show Gist options
  • Save rikkimax/8614093 to your computer and use it in GitHub Desktop.
Save rikkimax/8614093 to your computer and use it in GitHub Desktop.
module cmsed.test.models;
import cmsed.base.registration.model;
public import cmsed.test.models.book;
shared static this() {
registerModel!Book3;
registerModel!Page3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment