# File lib/tapkit/access/model.rb, line 219
                def model( name )
                        @models.each do |model|
                                if (model.name == name) or (model.path == name) then
                                        return model
                                end
                        end
                        nil
                end