search for: accountshelper

Displaying 1 result from an estimated 1 matches for "accountshelper".

Did you mean: accounthelper
2005 Dec 17
2
Subfolders in Rails applications (newbie)
...app/views/accounting/ 6. In /app/views/accounting, create ''index.rhtml'' <h1>Testing accounting accounts index</h1> 7. Create folder ''accounting'' in /app/helpers/ 8. In /app/helpers/accounting, create ''accounts_helper.rb'' module AccountsHelper end Then if I fire up WEBrick and navigate to URL http://localhost:3000/accounting/accounts, I ge the following error: LoadError in <controller not set>#<action not set> Already loaded file ''./script/../config/../app/controllers/accounting/accounts_controller.rb''...