Skip to content

Instantly share code, notes, and snippets.

@benaskins
Created November 10, 2008 02:27
Show Gist options
  • Save benaskins/23407 to your computer and use it in GitHub Desktop.
Save benaskins/23407 to your computer and use it in GitHub Desktop.
module Machinist
class << self
def load_blueprint(name)
require "#{RAILS_ROOT}/blueprints/#{name}.rb"
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment