Skip to content

Commit

Permalink
Fix copy-and-paste typo that would mix up database and memcached sett…
Browse files Browse the repository at this point in the history
…ings.
  • Loading branch information
Andrea Campi committed May 2, 2012
1 parent 7fd255e commit 3269f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/rails.rb
Expand Up @@ -35,6 +35,6 @@ def database(*args, &block)
end

def memcached(*args, &block)
@database ||= Mash.new
@database.update(options_block(*args, &block))
@memcached ||= Mash.new
@memcached.update(options_block(*args, &block))
end

0 comments on commit 3269f1a

Please sign in to comment.