Commit 5d69a01
committed
Revert "Return class instead of class name"
This reverts commit f328f56.
The commit was causing the build for downstream projects to fail.
In application.rb the start_listening_for_events call triggers
business process builder which calls start_on_application_created
which eventually gets to the ApplicationForm, which if it has a
has_one_attached call will trigger a call to AWS client new,
which triggers a missing AWS region error.1 parent 1011ede commit 5d69a01
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments