You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix NoMethodError: call Engine.skip_version_validation? as class method
The initializer block context doesn't have direct access to class methods.
Changed from `skip_version_validation?` to `Engine.skip_version_validation?`
to properly call the class method.
Fixes error:
NoMethodError: undefined method `skip_version_validation?' for #<ReactOnRails::Engine>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments