Skip to content

Commit

Permalink
added USAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
gravityblast committed Feb 13, 2009
1 parent 79875c8 commit 48e81fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions rails_generators/theme/USAGE
@@ -0,0 +1,4 @@
./script/generate theme
./script/generate theme LayoutName
./script/generate theme --theme=ThemeName
./script/generate theme --no-layout
6 changes: 4 additions & 2 deletions rails_generators/themed/USAGE
@@ -1,2 +1,4 @@
./script/generate theme admin/posts
./script/generate theme admin/posts article
./script/generate themed ControllerPath
./script/generate themed ControllerPath ModelName
./script/generate themed ControllerPath ModelName --layout=application
./script/generate themed ControllerPath ModelName --with_will_paginate

0 comments on commit 48e81fa

Please sign in to comment.