I am adding an API subsite to my hobo app. After adding the first controller (which does not include hobo_model_controller), the following files were generated:
/views/taglibs/auto/*api*/rapid/cards.dryml /views/taglibs/auto/*api*/rapid/forms.dryml /views/taglibs/auto/*api*/rapid/pages.dryml The files contain defs for every model in my site, but since this is an api subsite, they are unnecessary. My question is, is there a way to turn off this behavior so these files are not generated? In addition, the following was added to my hobo_routes file, which is also unnecessary: namespace :api do end I tried looking for a config variable or something to turn these off, but was unsuccessful. Could somebody point me in the right direction? Thanks! - Kevin -- 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/groups/opt_out.
