bookable
bookable copied to clipboard
RoR 4.1 generator compatibility
bookable:install generator raises exception 'Cannot define multiple 'included' blocks for a Concern' after Booking model is generated. booking.rb should not contain require_relative './concerns/bookable'
as bookable concern should be autoloaded. Current workaround is to remove or comment that line in installed gem source code. Then generator runs fine.