diff --git a/app/controllers/avo/application_controller.rb b/app/controllers/avo/application_controller.rb index c783226b25..dd63f1c998 100644 --- a/app/controllers/avo/application_controller.rb +++ b/app/controllers/avo/application_controller.rb @@ -131,7 +131,8 @@ def set_related_resource def missing_resource_message(resource_name) "Missing resource detected while rendering field for #{resource_name}. " \ "You can generate that resource running 'rails generate avo:resource #{resource_name.singularize}'. " \ - "Alternatively use 'use_resource' option to specify the resource to be used on the field." + "Alternatively use 'use_resource' option to specify the resource to be used on the field. " \ + "Check more at https://docs.avohq.io/#{Avo::VERSION[0]}.0/resources.html." end def set_model