We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c34ce1 commit bf2fa76Copy full SHA for bf2fa76
1 file changed
upgrade-from-hyperloop.md
@@ -164,11 +164,20 @@ You will also need to add this to your Gemfile:
164
gem 'hyper-store`, '~> 1.0.alpha1.5'
165
```
166
167
+### xx. Change hyperloop to hyperstack in your routes file.
168
+
169
+`mount Hyperstack::Engine => '/hyperstack'`
170
171
+### xx. Hyperstack::ApplicationPolicy
172
173
### 10. Change name of Hyperloop::... to Hyperstack::
174
175
Hyperloop::Operation -> Hyperstack::Operation
176
Hyperloop::Store ->
177
178
179
180
181
If at this point you have other classes and methods under the `Hyperloop` namespace, you will have to find
182
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
183
add each case to this document.
0 commit comments