diff --git a/app/models/concerns/token_authenticatable_strategies/encrypted.rb b/app/models/concerns/token_authenticatable_strategies/encrypted.rb index 86f7f52f42cfc177725afd4cacea0a69eedaf422..152491aa6e965cdd96bcb312da2c98fbe74c4909 100644 --- a/app/models/concerns/token_authenticatable_strategies/encrypted.rb +++ b/app/models/concerns/token_authenticatable_strategies/encrypted.rb @@ -6,7 +6,7 @@ module TokenAuthenticatableStrategies super if migrating? && fallback? - raise ArgumentError, '`fallback` and `migration` options are not compatible!' + raise ArgumentError, '`fallback` and `migrating` options are not compatible!' end end