Skip to content

Commit

Permalink
Fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
atd committed Nov 17, 2010
1 parent a4408b6 commit 5adaae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/social_stream/rails/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ def inflections

def included(base)
base.class_eval do
config.generators.authentication :devise
config.generators.javascript :jquery
config.app_generators.authentication :devise
config.app_generators.javascript :jquery

config.to_prepare do
%w( actor activity_object ).each do |supertype|
Expand Down

0 comments on commit 5adaae9

Please sign in to comment.