Created
September 21, 2011 03:02
-
-
Save johnmcaliley/1231112 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require "acts_as_charlie_sheen" | |
require "rails" | |
module ActsAsCharlieSheen | |
class Railtie < Rails::Railtie | |
initializer 'acts_as_charlie_sheen.ar_extensions' do |app| | |
ActiveRecord::Base.extend ActsAsCharlieSheen::Base | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment