Sunday, September 30, 2007

getting started with grails comments take 2

It's sunday and I'm working on chap 7 section "Adding Interceptors" THis is the section to get the user authorization part working. I just added the
def beforeInterceptor = [action:this.&auth,
except:['search']]

to the RaceController class, so things are kinda broken, but I've been saving state to svn as I go.

Going to go play with aidan.

No comments: