Skip to content

Commit

Permalink
Keep track of booted state, not loaded state.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtodd committed Jun 20, 2008
1 parent eeafb9b commit ec57f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/halcyon/application.rb
Expand Up @@ -263,7 +263,7 @@ def boot(&block)

# Set to loaded so additional calls to boot are ignored (unless
# forcefully loaded by ignoring this value).
self.loaded = true
self.booted = true
end

end
Expand Down

0 comments on commit ec57f5d

Please sign in to comment.