Skip to content

Commit

Permalink
Make changes to @fallback stick.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy authored and wycats committed Jun 2, 2010
1 parent f7c4a05 commit e0b0ab9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rack/offline/config.rb
Expand Up @@ -20,12 +20,12 @@ def network(*names)
end

def fallback(hash = {})
@fallback.merge(hash)
@fallback.merge!(hash)
end

def root
@root
end
end
end
end
end

0 comments on commit e0b0ab9

Please sign in to comment.