Class: Artemis::QueryGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/artemis/query/query_generator.rb

Instance Method Summary collapse

Instance Method Details

#generate_query_fileObject



13
14
15
# File 'lib/generators/artemis/query/query_generator.rb', line 13

def generate_query_file
  template "query.graphql", graphql_file_path
end