Skip to content

Instantly share code, notes, and snippets.

if (root = (defined?(Rails.root) && Rails.root) || RAILS_ROOT)
# load in the 3rd party macros from vendorized plugins and gems
Shoulda.autoload_macros root, File.join("vendor", "{plugins,gems}", "*")
end