Make enum column type String by pocke · Pull Request #55 · pocke/rbs_rails

If enum is defined, the column type is String, but RBS Rails generates the signature as the original type, Integer in most cases, unexpectedly. So it generates the signature as String by this change.