Form to create a new Dataset throws exception
When an authenticated user visits the form to create a new Dataset (http://localhost:3000/concern/datasets/new?locale=en), the user interface throws the following exception
wrong number of arguments (given 0, expected 2)
In app/models/concerns/complex_date.rb:9:in `initialize'
## Necessary to get AT to create hash URIs. def initialize(uri, parent) if uri.try(:node?) uri = RDF::URI("#date#{uri.to_s.gsub('_:', '')}") elsif uri.start_with?("#")