docs/overriding.md in bullet_train-1.2.10 vs docs/overriding.md in bullet_train-1.2.11
- old
+ new
@@ -16,6 +16,6 @@
# ...
end
```
-In this case, for most customizations or extensions you would want to make, you don't need to eject `Users::Core` into your local repository. Instead, you can simply re-define methods from that concern in your local `User` model after the inclusion of the concern.
+In this case, for most customizations or extensions you would want to make, you don't need to eject `Users::Base` into your local repository. Instead, you can simply re-define methods from that concern in your local `User` model after the inclusion of the concern.