Skip to content

Commit

Permalink
fix a bug in App::Persistence
Browse files Browse the repository at this point in the history
- the storage_key should be class method
  • Loading branch information
siuying committed May 14, 2012
1 parent e5c7e62 commit 20935b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.rb
Expand Up @@ -42,7 +42,7 @@ def self.[](key)

private

def storage_key(key)
def self.storage_key(key)
app_key + '_' + key
end
end
Expand Down

0 comments on commit 20935b7

Please sign in to comment.