Hello everyone,
in a regular rails migration:
def self.up
create_table :x_y, :id => false do |t|
t.references :x, :x
end
How do i do it with hobofields?
the table is a habtm join, there's no model.
Thanks.
--
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.