What is a "--mountable" option in rails plugin generator?

There is no any info about “–mountable” option in Rails Guides about
plugins. What is this for? Where is it possible to see full explanation?

For now I know that:

rails plugin new my_plugin
and
rails plugin new my_plugin --mountable

create absolutely different directory structures.


Dheeraj K.