class Remoting::RecipeGenerator

Public Instance Methods

install_recipe() click to toggle source
# File lib/generators/remoting/recipe_generator.rb, line 7
def install_recipe
  names.each {|name|
    template "#{name}.rake", Rails.root.join("lib", "tasks", "remote", "#{name}.rake")
  }
end