Skip to content

Instantly share code, notes, and snippets.

@maciejsmolinski
Created August 8, 2011 02:54
Show Gist options
  • Save maciejsmolinski/1131124 to your computer and use it in GitHub Desktop.
Save maciejsmolinski/1131124 to your computer and use it in GitHub Desktop.
module Battlejam
class Application < Rails::Application
...
config.active_record.observers = :battle_observer
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment