Skip to content

Commit 1901b58

Browse files
committed
Recommended casing
1 parent ee0b0c0 commit 1901b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ def gets_number
140140
end
141141

142142
def fetch_args_interactive
143-
puts 'Choose your controller name'
143+
puts 'Choose your controller name (use lower_snake_case)'
144144
@args[:name] = gets_non_empty
145145

146146
puts 'Choose your parent controller'

0 commit comments

Comments
 (0)