Documentation Index
Fetch the complete documentation index at: https://docs.codeant.ai/llms.txt
Use this file to discover all available pages before exploring further.
rails-no-render-after-save
rails-no-render-after-save
Found a call to
render $T after calling $T.save. Do not call render after calling save on an ActiveRecord object. Reloading the page will cause the state-changing operation to be repeated which may cause undesirable side effects. Use redirect_to instead.