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
Hi,
I'm not able to implement an has_many relationships with an image, while has_one is running fine.
The question is both about : the model, the controller and the form: can you help somehow?
Thank you
Paolo
These are my essential gems:
gem "neo4j", "~> 4.0" gem "neo4j-will_paginate_redux" gem "haml-rails" gem 'bootstrap_form' gem 'font-awesome-sass' gem 'carrierwave-neo4j', require: 'carrierwave/neo4j' gem "rmagick"
The text was updated successfully, but these errors were encountered:
The Bug is described in #7
Sorry, something went wrong.
No branches or pull requests
Hi,
I'm not able to implement an has_many relationships with an image, while has_one is running fine.
The question is both about : the model, the controller and the form: can you help somehow?
Thank you
Paolo
These are my essential gems:
gem "neo4j", "~> 4.0"
gem "neo4j-will_paginate_redux"
gem "haml-rails"
gem 'bootstrap_form'
gem 'font-awesome-sass'
gem 'carrierwave-neo4j', require: 'carrierwave/neo4j'
gem "rmagick"
The text was updated successfully, but these errors were encountered: