Manoj Waikar
unread,Jun 8, 2011, 1:03:40 PM6/8/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to lobos-...@googlegroups.com
Hi,
I created a schema and two tables inside it. Then when I run dump, a single migration file is created with appropriate (create and drop) statements (instead of two files created if I just create two tables without any schema). But after that, if I run rollback, I get this error - "No implementation of method: :build-drop-statement of protocol: #'lobos.schema/Dropable found for class: nil"
I am not able to figure out which record doesn't implement the Dropable protocol?
Thanks for any help.
Regards,
Manoj.