Skip to content

Commit

Permalink
find(:all) -> all
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Jul 19, 2011
1 parent f5cf93c commit fd9093e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds/pages_for_inquiries.rb
@@ -1,4 +1,4 @@
::User.find(:all).each do |user|
::User.all.each do |user|
if user.plugins.where(:name => 'refinery_inquiries').blank?
user.plugins.create(:name => "refinery_inquiries",
:position => (user.plugins.maximum(:position) || -1) +1)
Expand Down

0 comments on commit fd9093e

Please sign in to comment.