class RecipeGenerator < Rails::Generators::NamedBase
    source_root File.expand_path("../templates", __FILE__)
    
    def create
      copy_file "recipe.rb", "app/whowas/recipes/#{file_name}.rb"