Sha256: 6c4e5147207c7bfd2f9e4750744e411b91eab69cff6eda7c3b895bb088c883ec
Contents?: true
Size: 197 Bytes
Versions: 121
Compression:
Stored size: 197 Bytes
Contents
module Queriable def submit_query!(user, attributes) submit! user, Mumuki::Domain::Submission::Query.new(attributes) end def run_query!(params) language.run_query!(params) end end
Version data entries
121 entries across 121 versions & 2 rubygems