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
現状の実装について以下のような問題点を感じています。 MemoriesControllerコントローラの実装が肥大化している MemoryモデルでCategoryに関する処理をしている Memoryモデルでコントローラのparamsを参照している これらの問題を解決できないか検討いただきたいです。具体的には次のような手があると考えています。
現状の実装について以下のような問題点を感じています。
モデルのコールバック( before_save など)を使う accepts_nested_attributes_for を使って、親子を同時に保存する 自分もやったことがないので本当に機能するかはわからないのですが、子から親に対しても指定ができるようです https://donghai821.hatenadiary.org/entry/20110804/1312475967
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: