Changeset 186 for trunk/grails-app/controllers/SandboxController.groovy
- Timestamp:
- Feb 10, 2010, 1:55:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/SandboxController.groovy
r176 r186 29 29 subject.setFieldValue('name','hallo') 30 30 println subject.name 31 31 32 println Study.get(2).giveSamples()*.name 33 34 32 35 // Specify which variables we want to be available in the controller (implicit return statement) 33 36 [fields: f, subjects: st.subjects]
Note: See TracChangeset
for help on using the changeset viewer.