I'm trying to keep the application as neat and tidy as possible because it could get quite large. Already a few days into it I've noticed the following pattern in the models:
models/
prefix_file.rb
prefix_file2.rb
prefix_file3.rb
file.rb
prefix2_file.rb
prefix2_file2.rb
Is there anyway to organise the models directory into subfolders?