class Machinist::Generators::ModelGenerator

:nodoc:
:nodoc:

def create_blueprint

def create_blueprint
  append_file "spec/support/blueprints.rb", "\n#{class_name}.blueprint do\n  # Attributes here\nend\n"
end