lib/rails/generators/actions.rb in railties-3.1.0.beta1 vs lib/rails/generators/actions.rb in railties-3.1.0.rc1
- old
+ new
@@ -276,10 +276,10 @@
def log(*args)
if args.size == 1
say args.first.to_s unless options.quiet?
else
args << (self.behavior == :invoke ? :green : :red)
- say_status *args
+ say_status(*args)
end
end
# Add an extension to the given name based on the platform.
#