Created
August 5, 2010 22:01
-
-
Save railsdog/510461 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 SpreeSite | |
class Engine < Rails::Engine | |
def activate | |
# Add your custom site logic here | |
end | |
config.to_prepare &method(:activate).to_proc | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment