Skip to content

Instantly share code, notes, and snippets.

@avit
Created January 27, 2013 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avit/4647283 to your computer and use it in GitHub Desktop.
Save avit/4647283 to your computer and use it in GitHub Desktop.
## app/models/project.rb
class Project
autoload :Report, 'project_report'
end
## app/models/project_report.rb
class Project::Report
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment