Hi Don, I think Hobo is expecting the "plain" model to exist. If you want to create a controller unrelated to a model, you'll probably want to remove the "hobo_model_controller" line.
Warm regards, Ignacio El 13/09/14 a las #4, Donald Ziesig escribió: > Hi All! > > Brand new hobo app (I'm trying to figure out how to build tests for a > gem that needs various controller environments - any help in that arena > would be appreciated) seems to have a bug in hobo generate controller as > follows: > > hobo generate controller plain -- runs to completion > > # 0 or more additional commands here > > hobo generate migration -- fails, can't find Plain (looking for the model) > > The plain_controller contains > > hobo_model_controller -- iirc this looks for the model (which hasn't > been generated) > > Am I missing something? > > Don Ziesig > -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
