bookable icon indicating copy to clipboard operation
bookable copied to clipboard

RoR 4.1 generator compatibility

Open OndroNR opened this issue 10 years ago • 0 comments

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.

OndroNR avatar Nov 01 '14 18:11 OndroNR