Rails 3.2.13 model generator does not work in a mountable engine

I use rails plugin new engine_name --mountable to generate a mountable
engine, and cd engine_name

I tried rails g controller controller_name, it works fine, but not
rails g model model_name, after I type this command it shows nothing.

anyone meet this?

Hi,

I’ve generated a mountable engine with Rails 3.2.13 and i’ve none
problems
to generate a model after a controller…

Have you tested again ?

Best regards.

Le mardi 14 mai 2013 05:29:15 UTC+2, [email protected] a crit :

Hi,

Have you found any solution please share then.