If you have models that are in a directory:
app/models/foo/something.rb
railroad expects the file to define Foo::Something. That's a convention that Rails supports, but it's not required. something.rb isn't required to be nested inside Foo. Any way to tell railroad that particular directories don't imply modules?
|