You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: