diff options
| author | Kir | 2011-11-21 14:02:07 +0400 | 
|---|---|---|
| committer | Kir | 2011-11-21 14:02:07 +0400 | 
| commit | 86406da17b30390cf933e6c205fd457d9fbb00f7 (patch) | |
| tree | c1298d75fcb80e602551ef679d5765f16ec70845 /lib | |
| parent | f4c41ceb9921d4e7d45963a1a275006054551220 (diff) | |
| download | inboxes-86406da17b30390cf933e6c205fd457d9fbb00f7.tar.bz2 | |
Rails Engine fix
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/inboxes/engine.rb | 5 | 
1 files changed, 0 insertions, 5 deletions
| diff --git a/lib/inboxes/engine.rb b/lib/inboxes/engine.rb index 564456c..01f63b5 100644 --- a/lib/inboxes/engine.rb +++ b/lib/inboxes/engine.rb @@ -2,13 +2,8 @@ require "inboxes/ability"  module Inboxes    class Engine < ::Rails::Engine -    # raise "Engine Activated"      def self.activate        Ability.register_ability(InboxesAbility) -      # raise "Activated" -    end -     -    def load_tasks      end      config.to_prepare &method(:activate).to_proc | 
