mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
Fix NameError: rename migration file to match class name (#1234)
The migration file was named scope_plaid_account_uniqueness_to_item.rb but the class inside was ScopePlaidItemUniqueness (renamed to avoid secret-scanner false positive). Rails derives the expected constant from the filename, causing a NameError in production. Rename the file to scope_plaid_item_uniqueness.rb to match the class. https://claude.ai/code/session_015AekNFxveK4W71nLxiqbX9 Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Reference in New Issue
Block a user