lib/convenient_service/dependencies.rb in convenient_service-0.16.0 vs lib/convenient_service/dependencies.rb in convenient_service-0.17.0

- old
+ new

@@ -133,11 +133,11 @@ # @api public # # @return [Boolean] # @note Expected to be called from app entry points like `initializers` in Rails. # - # @see https://marian13.github.io/convenient_service_docs/troubleshooting/i18n_translate_wrong_number_of_arguments + # @see https://userdocs.convenientservice.org/troubleshooting/i18n_translate_wrong_number_of_arguments # def require_has_j_send_result_params_validations_using_active_model_validations ## # - https://edgeguides.rubyonrails.org/active_model_basics.html # - https://api.rubyonrails.org/classes/ActiveModel.html @@ -242,9 +242,14 @@ # - https://gist.github.com/marian13/5dade20a431d7254db30e543167058ce # require_relative "dependencies/extractions/byebug_syntax_highlighting" unless ruby.jruby? require_relative "dependencies/extractions/b" unless ruby.jruby? + + ## + # + # + require_relative "dependencies/extractions/ce" end ## # @api private #