We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The code produces a crash in https://github.com/concerto/concerto_template_scheduling/blob/master/lib/concerto_template_scheduling/engine.rb#L26 with undefined method reject!' for #<ActiveRecord::Relation []>`
undefined method
There are other places where the reject! is used an like will also produce a crash. to_a before reject should solve the problem
The text was updated successfully, but these errors were encountered:
Adding to_a before rejects so a proper array is presented per #12
5a7adc6
No branches or pull requests
The code produces a crash in https://github.com/concerto/concerto_template_scheduling/blob/master/lib/concerto_template_scheduling/engine.rb#L26 with
undefined method
reject!' for #<ActiveRecord::Relation []>`There are other places where the reject! is used an like will also produce a crash. to_a before reject should solve the problem
The text was updated successfully, but these errors were encountered: