Exception: Nayati::Workflow::ContextNotSetError

Inherits:
StandardError
  • Object
show all
Defined in:
app/models/nayati/workflow.rb

Overview

def configuration

  @configuration ||= ( YAML.load(File.open("#{Rails.root}/config/operations.yml")) || {} )
end

end