Actually give access to the global configuration

This commit is contained in:
Paul van Tilburg 2012-01-02 15:13:33 +01:00
parent 32de91327f
commit 99370625ec
1 changed files with 5 additions and 0 deletions

View File

@ -137,6 +137,11 @@ module StopTime::Models
load
end
# Give access to the configuration.
def [](attr)
@config[attr]
end
end # class StopTime::Models::Config
# == The customer class