Displaying 1 result from an estimated 1 matches for "cd3f8880".
2006 Jun 28
2
Newbie question: subdirectories in app/models
For organizational purposes, I would like to create subdirectories in
my apps/model/ directory. Is there any easy way to do this while
still having the ability to refer to the derived active record class
models?
I.e.
apps/models/blog/post.rb:
class Post < ActiveRecord::Base
...
end
Post.new ...
Scott Taylor