public class Room { static belongsTo = [hotel:Hotel] Source source long sourceid RoomType type float price float oldPrice Currency currency boolean isShown = ...
Hi I have 2 domains in grails app, which is related and I got the problem when I tried to delete items.
Event { ...