Skip to content

Commit bf2fa76

Browse files
authored
Update upgrade-from-hyperloop.md
1 parent 6c34ce1 commit bf2fa76

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

upgrade-from-hyperloop.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,20 @@ You will also need to add this to your Gemfile:
164164
gem '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
169175
Hyperloop::Operation -> Hyperstack::Operation
170176
Hyperloop::Store ->
171177
178+
179+
180+
172181
If at this point you have other classes and methods under the `Hyperloop` namespace, you will have to find
173182
the 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
174183
add each case to this document.

0 commit comments

Comments
 (0)