lib/ruote/context.rb in ruote-2.1.4 vs lib/ruote/context.rb in ruote-2.1.5
- old
+ new
@@ -50,9 +50,14 @@
end
initialize_services
end
+ def engine_id
+
+ @conf['engine_id'] || 'engine'
+ end
+
def [] (key)
@conf[key]
end