We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9dd47 commit b3daa94Copy full SHA for b3daa94
packages/forest_admin_rails/lib/forest_admin_rails/engine.rb
@@ -43,7 +43,11 @@ def load_configuration
43
# force eager loading models
44
Rails.application.eager_load!
45
46
- ForestAdminRails::CreateAgent.setup!
+ begin
47
+ ForestAdminRails::CreateAgent.setup!
48
+ rescue StandardError
49
+ # Ignored
50
+ end
51
52
sse = ForestAdminAgent::Services::SSECacheInvalidation
53
sse.run if ForestAdminRails.config[:instant_cache_refresh]
0 commit comments