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:
164
164
gem ' hyper-store`, ' ~ > 1.0 .alpha1.5 '
165
165
```
166
166
167
+ ### xx. Change hyperloop to hyperstack in your routes file.
168
+
169
+ `mount Hyperstack::Engine => ' / hyperstack' `
170
+
171
+ ### xx. Hyperstack::ApplicationPolicy
172
+
167
173
### 10. Change name of Hyperloop::... to Hyperstack::
168
174
169
175
Hyperloop::Operation -> Hyperstack::Operation
170
176
Hyperloop::Store ->
171
177
178
+
179
+
180
+
172
181
If at this point you have other classes and methods under the `Hyperloop` namespace, you will have to find
173
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
174
183
add each case to this document.
You can’t perform that action at this time.
0 commit comments