-
- Downloads
Scaffold for accounts
Showing
- app/controllers/accounts_controller.rb 51 additions, 0 deletionsapp/controllers/accounts_controller.rb
- app/helpers/accounts_helper.rb 2 additions, 0 deletionsapp/helpers/accounts_helper.rb
- app/views/accounts/_form.rhtml 7 additions, 0 deletionsapp/views/accounts/_form.rhtml
- app/views/accounts/edit.rhtml 9 additions, 0 deletionsapp/views/accounts/edit.rhtml
- app/views/accounts/list.rhtml 27 additions, 0 deletionsapp/views/accounts/list.rhtml
- app/views/accounts/new.rhtml 8 additions, 0 deletionsapp/views/accounts/new.rhtml
- app/views/accounts/show.rhtml 8 additions, 0 deletionsapp/views/accounts/show.rhtml
- app/views/layouts/accounts.rhtml 13 additions, 0 deletionsapp/views/layouts/accounts.rhtml
- test/functional/accounts_controller_test.rb 88 additions, 0 deletionstest/functional/accounts_controller_test.rb
app/controllers/accounts_controller.rb
0 → 100644
app/helpers/accounts_helper.rb
0 → 100644
app/views/accounts/_form.rhtml
0 → 100644
app/views/accounts/edit.rhtml
0 → 100644
app/views/accounts/list.rhtml
0 → 100644
app/views/accounts/new.rhtml
0 → 100644
app/views/accounts/show.rhtml
0 → 100644
app/views/layouts/accounts.rhtml
0 → 100644
test/functional/accounts_controller_test.rb
0 → 100644
Please register or sign in to comment