Changeset 138 for trunk/grails-app/conf


Ignore:
Timestamp:
Jan 26, 2010, 4:46:01 PM (13 years ago)
Author:
duh
Message:
  • added development version of wizard subjects page and logic
  • modified some domain classes (again, who reverted them?) to implement Serializable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrap.groovy

    r136 r138  
    1818class BootStrap {
    1919        def init = {servletContext ->
     20                // define timezone
     21                System.setProperty('user.timezone', 'CET')     
    2022
    2123                if (GrailsUtil.environment == GrailsApplication.ENV_DEVELOPMENT) {
Note: See TracChangeset for help on using the changeset viewer.