lib/rid/generators/show/USAGE in rid-0.4.0 vs lib/rid/generators/show/USAGE in rid-0.4.1

- old
+ new

@@ -1,8 +1,8 @@ Description: The 'show' generator creates a scaffold show function - for the name you specify + for the name and attributes you specify Example: - rid generate show post + rid generate show post title body - This generates a skeletal post show function + This generates a skeletal post show function with title and body