Skip to content

Instantly share code, notes, and snippets.

@bobmcwhirter
Created April 8, 2009 14:00
Show Gist options
  • Save bobmcwhirter/91780 to your computer and use it in GitHub Desktop.
Save bobmcwhirter/91780 to your computer and use it in GitHub Desktop.
public class RailsJobsRubyLoadPathDescriber extends SimpleRubyLoadPathDescriber<RailsApplicationMetaData> {
public RailsJobsRubyLoadPathDescriber() {
super(RailsApplicationMetaData.class);
setPath( "app/jobs" );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment