aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures/raises_no_method_error.rb
blob: dd29da9b9597e1b7085173a6b68e9f88c044133b (plain) (blame)
1
2
3
class RaisesNoMethodError
  foobar_method_doesnt_exist
end