Skip to content

Commit

Permalink
Ensure TemplateRunner#ask? works with the rake task to apply a templa…
Browse files Browse the repository at this point in the history
…te [rails#1655 state:resolved]

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
  • Loading branch information
andrewtimberlake authored and lifo committed Mar 9, 2009
1 parent 0d92288 commit 1d88a11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def route(routing_code)
#
def ask(string)
log '', string
gets.strip
STDIN.gets.strip
end

# Do something in the root of the Rails application or
Expand Down

0 comments on commit 1d88a11

Please sign in to comment.