Skip to content

Commit

Permalink
fixed a small configuration bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brüll committed May 10, 2011
1 parent 4bb4806 commit e357c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gom/storage/configuration.rb
Expand Up @@ -37,7 +37,7 @@ def teardown
end

def name
@hash[:name]
@hash[:name].to_s
end

def adapter
Expand Down

0 comments on commit e357c11

Please sign in to comment.