Skip to content

Instantly share code, notes, and snippets.

@johnmcaliley
Created September 20, 2011 01:26
Show Gist options
  • Save johnmcaliley/1228085 to your computer and use it in GitHub Desktop.
Save johnmcaliley/1228085 to your computer and use it in GitHub Desktop.
require "my_gem"
require "rails"
module MyGem
class Engine < Rails::Engine
initializer 'ar_extension' do |app|
ActiveRecord::Base.extend MyGem::SomeThing
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment