I get the following error when I opt _not_ to use the class_table_inheritance plugin.
in `set_restricted': method name= doesn't exist or access is restricted to it (Sequel::Error) However, when I opt _for_ using the class_table_inheritance plugin, everything works as expected. Here's an example of when everything works: https://gist.github.com/872825 Comment out lines 45 and 47 to cause the error I am encountering. I'm having trouble understanding what exactly the plugin is doing that makes everything work -- and how can I do it myself, without using the plugin? -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
