author | Andreas Bauer <abauer@suse.com> | |
Fri, 13 Jun 2008 16:44:03 +0000 (16:44 +0000) | ||
committer | Andreas Bauer <abauer@suse.com> | |
Fri, 13 Jun 2008 16:44:03 +0000 (16:44 +0000) | ||
commit | b3d06b83342a416a56989c0c2d60d16d39f6fa79 | |
tree | aa2a24a4450c3c7a0af7477cd340721926d5a1ee | tree | snapshot |
parent | 1aef4e2c258843ae307f52e9f0b55775064d967b | commit | diff |
app/controllers/application.rb | diff | blob | history | |
app/controllers/main_controller.rb | diff | blob | history | |
app/controllers/order_controller.rb | [new file with mode: 0644] | blob |
app/helpers/order_helper.rb | [new file with mode: 0644] | blob |
app/models/order.rb | [new file with mode: 0644] | blob |
app/models/promomailer.rb | diff | blob | history | |
app/views/main/promo_submit.rhtml | [deleted file] | blob | history |
app/views/main/promodvd.rhtml | [deleted file] | blob | history |
app/views/order/new.rhtml | [new file with mode: 0644] | blob |
app/views/order/thanks.rhtml | [new file with mode: 0644] | blob |
config/environment.rb | diff | blob | history | |
config/routes.rb | diff | blob | history | |
db/migrate/003_create_orders.rb | [new file with mode: 0644] | blob |
test/fixtures/orders.yml | [new file with mode: 0644] | blob |
test/functional/order_controller_test.rb | [new file with mode: 0644] | blob |
test/unit/order_test.rb | [new file with mode: 0644] | blob |