Changeset 277
- Timestamp:
- 03/12/08 13:10:53 (6 months ago)
- Files:
-
- incubator/jumpstart/app/models/app_configuration.rb (modified) (1 diff)
- incubator/jumpstart/doc/README_FOR_APP (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
incubator/jumpstart/app/models/app_configuration.rb
r214 r277 1 1 class AppConfiguration 2 2 # keep email accounts in a Constant, so we can easily keep track 3 # of what needs to be setup on fizmo'smail server3 # of what needs to be setup on mail server 4 4 EMAIL_ACCOUNTS = %w[accounts] 5 5 incubator/jumpstart/doc/README_FOR_APP
r271 r277 3 3 required gems 4 4 bcrypt 5 ruby-openid6 5 test-spec 7 6 mocha
