Created
May 22, 2015 21:31
-
-
Save ahawkins/91412143e4f469f7295e 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
module ROM | |
class Railtie < Rails::Railtie | |
attr_reader :load_via_rake | |
rake_tasks do | |
self.loaded_via_rake = true | |
end | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment