Changeset 32


Ignore:
Timestamp:
Oct 27, 2009, 10:31:59 AM (14 years ago)
Author:
duh
Message:

-changed method names etc

File:
1 edited

Legend:

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

    r29 r32  
    1717    // define filters
    1818    def filters = {
    19         loginCheck(controller:'*', action:'*') {
     19        defineStyle(controller:'*', action:'*') {
    2020            // before every execution
    2121            before = {
    22                 // set the style in the session
    23                 //if (!session.style) {
     22                // set the default style in the session
     23                if (!session.style) {
    2424                    session.style = 'default_style'
    25                 //}
     25                }
    2626            }
    2727        }
Note: See TracChangeset for help on using the changeset viewer.