Skip generating RBS for class that doesn't have table in DB by pocke · Pull Request #95 · pocke/rbs_rails

Close #81 This pull request skips generating RBS for Active Record models if a model doesn't have a table in DB. We can avoid errors like #81 by this change. I think it is rare because we usual...