Hobo / hobo

The web app builder for Rails (moved from tablatom/hobo)
http://hobocentral.net
103 stars 39 forks source link

front_controller generator front/index.dryml has wrong path in its content #100

Open hbaragar opened 10 years ago

hbaragar commented 10 years ago

When hobo g front_controller admin::front is run, it generates the file app/views/admin/front/index.dryml which contains the following line:

To customise this page: edit app/views/front/index.dryml

The line should read:

To customise this page: edit app/views/admin/front/index.dryml

which adds the subsite directory to the path.

iox commented 10 years ago

Right, thanks!