Show More
Commit Description:
update errors.add_to_base("x") to Rails 3 errors.add(:base,"x")
Commit Description:
update errors.add_to_base("x") to Rails 3 errors.add(:base,"x")
References:
File last commit:
Show/Diff file:
Action:
script/process/inspector
| 3 lines
| 111 B
| text/plain
| TextLexer
|
|
r0 | #!/usr/bin/env ruby | ||
require File.dirname(__FILE__) + '/../../config/boot' | ||||
require 'commands/process/inspector' | ||||