lib/generators/skeleton.rb in padrino-gen-0.1.0 vs lib/generators/skeleton.rb in padrino-gen-0.1.1
- old
+ new
@@ -27,10 +27,10 @@
# Copies over the base sinatra starting application
def setup_skeleton
self.destination_root = File.join(path, name)
@class_name = name.classify
- directory("base_app/", self.destination_root)
+ directory("project/", self.destination_root)
store_component_config('.components')
end
# For each component, retrieve a valid choice and then execute the associated generator
def setup_components