Hi there. I've declared a connection, which I have tested:
puts DR.inspect DR[:user].each do |i| ap i puts end Works fine. I go to declare a class and that relationship is missing: class User < Sequel::Model(:user) end PG is indicating the relation is missing: ERROR: relation "user" does not exist (PG::UndefinedTable) LINE 1: SELECT * FROM "user" LIMIT 1 How does it disappear? How can I fix this? Cheers -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sequel-talk/02b89bbe-fdb3-43f2-9cf9-09e652e38f5f%40googlegroups.com.
