Fix error on a table that doesn t have the pk by pocke · Pull Request #121 · pocke/rbs_rails
Fix #115 HABTM (has_and_belongs_to_many) table doesn't have PK, but RBS Rails expected that PK exists in all tables. So it raises an error. By this pull request, it treat PK type as top if PK d...