# For resultsets, there's an even quicker shortcut:
  $c->model('FilmDB::Actor')
  # is the same as $c->model('FilmDB')->resultset('Actor')
So, from this example, I concluded that only FilmDB was a proper
Catalyst model. FilmDB::Actor was only a shortcut, not a real model.
But I think I was mislead by the docs, then.
-Nilson Santos F. Jr.