File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -164,11 +164,20 @@ You will also need to add this to your Gemfile:
164164gem ' hyper-store`, ' ~ > 1.0 .alpha1.5 '
165165```
166166
167+ ### xx. Change hyperloop to hyperstack in your routes file.
168+
169+ `mount Hyperstack::Engine => ' / hyperstack' `
170+
171+ ### xx. Hyperstack::ApplicationPolicy
172+
167173### 10. Change name of Hyperloop::... to Hyperstack::
168174
169175Hyperloop::Operation -> Hyperstack::Operation
170176Hyperloop::Store ->
171177
178+
179+
180+
172181If at this point you have other classes and methods under the `Hyperloop` namespace, you will have to find
173182the equivilent class or method under Hyperstack. Its going to be a case by case basis. Let us know if you need help, and we can
174183add each case to this document.
You can’t perform that action at this time.
0 commit comments