I am trying to implement multi table inheritance using the CITIER gem (https://github.com/peterhamilton/citier/), but I gather from a recipe discussion on single table inheritance that you have to leave out "hobo_model" when inheriting from a class other than ActiveRecord::Base.
(See http://cookbook.hobocentral.net/recipes/64-single-table-inheritance-with-children "class Agent < Profile # For STI # Leave out the hobo_model line. Without it, there is no tab for the class (e.g. Agent tab). # With it, the ^(*&% thing overflows the stack when creating, editing, etc.") Is there anyway to work around this? If there is, will hobo generate the correct form composed of fields from separate but inherited models? -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
