Skip to content

Commit

Permalink
fix observers initialisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykhaylo Sorochan committed Jan 9, 2011
1 parent cfac312 commit 279aa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.rb
Expand Up @@ -26,7 +26,7 @@
end

# observer
ActiveRecord::Base.observers = :acceptance_criterion_observer, :story_action_observer
ActiveRecord::Base.observers << :acceptance_criterion_observer << :story_action_observer

menu :project_menu, :easy_agile, { :controller => 'easy_agile', :action => 'show' }, :caption => 'Easy Agile', :before => :calendar, :param => :project_id

Expand Down

0 comments on commit 279aa5f

Please sign in to comment.