lib/camunda.rb in camunda-workflow-0.2.0 vs lib/camunda.rb in camunda-workflow-0.2.1

- old
+ new

@@ -1,9 +1,10 @@ require 'active_support/core_ext/string/inflections.rb' require 'active_support/core_ext/object/blank.rb' require 'her' require 'faraday' require 'faraday_middleware' +require 'camunda/railtie' if defined?(Rails) # Top level module for camunda-workflow. module Camunda # Camunda class class << self # Allows setting the logger to a custom logger