-
- Downloads
After running './script/generate scaffold User'
Showing
- app/controllers/users_controller.rb 51 additions, 0 deletionsapp/controllers/users_controller.rb
- app/helpers/users_helper.rb 2 additions, 0 deletionsapp/helpers/users_helper.rb
- app/models/user.rb 2 additions, 0 deletionsapp/models/user.rb
- app/views/layouts/users.rhtml 13 additions, 0 deletionsapp/views/layouts/users.rhtml
- app/views/users/_form.rhtml 7 additions, 0 deletionsapp/views/users/_form.rhtml
- app/views/users/edit.rhtml 9 additions, 0 deletionsapp/views/users/edit.rhtml
- app/views/users/list.rhtml 27 additions, 0 deletionsapp/views/users/list.rhtml
- app/views/users/new.rhtml 8 additions, 0 deletionsapp/views/users/new.rhtml
- app/views/users/show.rhtml 8 additions, 0 deletionsapp/views/users/show.rhtml
- public/stylesheets/scaffold.css 74 additions, 0 deletionspublic/stylesheets/scaffold.css
- test/fixtures/users.yml 5 additions, 0 deletionstest/fixtures/users.yml
- test/functional/users_controller_test.rb 88 additions, 0 deletionstest/functional/users_controller_test.rb
- test/unit/user_test.rb 10 additions, 0 deletionstest/unit/user_test.rb
Loading
Please register or sign in to comment