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
class Blog < ApplicationRecord extend Mobility translates :title, dirty: true end blog = Blob.new blog.title (irb):5:in `<main>': undefined method `[]' for nil (NoMethodError) translations[locale.to_s] ^^^^^^^^^^^^^
The above issue does not happen in 1.2.9
1.2.9
Config
Mobility.configure do plugins do backend :jsonb active_record reader writer cache dirty presence end end
The text was updated successfully, but these errors were encountered:
Did you read the release notes for 1.3.0? It says right there: there are breaking changes. This is not a bug.
Sorry, something went wrong.
No branches or pull requests
The above issue does not happen in
1.2.9
Config
The text was updated successfully, but these errors were encountered: