Source: show | on GitHub
# File actionpack/test/lib/controller/fake_models.rb, line 38 def errors if name =~ /Sikachu/i [] else [{:name => "is invalid"}] end end