Method: ShouldaMatchmakers::ControllerGenerator#create_controller_matchmakers

Defined in:
lib/support/controller_generator.rb

#create_controller_matchmakersObject



44
45
46
47
48
# File 'lib/support/controller_generator.rb', line 44

def create_controller_matchmakers
  generator_options = options.to_hash
  load_application
  generate_controller_matchmakers(generator_options)
end