Commit a1bd34e9 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix typo in encrypted token authenticatable strategy

parent c3d0f129
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment