Skip to content

Commit

Permalink
Empty generator.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjstankus committed Aug 7, 2008
1 parent c7ffce2 commit abec717
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions generators/aftfilr/USAGE
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Description:
Explain the generator

Example:
./script/generate foo Thing

This will create:
what/will/it/create
8 changes: 8 additions & 0 deletions generators/aftfilr/aftfilr_generator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
class AftfilrGenerator < Rails::Generator::NamedBase
def manifest
record do |m|
# m.directory "lib"
# m.template 'README', "README"
end
end
end

0 comments on commit abec717

Please sign in to comment.