Add video mvc
authorIra W. Snyder <devel@irasnyder.com>
Wed, 21 Nov 2007 22:46:35 +0000 (14:46 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Wed, 21 Nov 2007 22:46:35 +0000 (14:46 -0800)
commit0acc9549b65f2c3cd1840f39e31f2177a98bc55e
treeaf6584c059321a471aa0e850496dd97108fc91b0
parentbe6d865110840adfc90f572a4cf14f62bc4cf31e
Add video mvc

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
15 files changed:
app/controllers/video_controller.rb [new file with mode: 0644]
app/helpers/video_helper.rb [new file with mode: 0644]
app/models/video.rb [new file with mode: 0644]
app/views/layouts/video.rhtml [new file with mode: 0644]
app/views/video/_form.rhtml [new file with mode: 0644]
app/views/video/edit.rhtml [new file with mode: 0644]
app/views/video/list.rhtml [new file with mode: 0644]
app/views/video/new.rhtml [new file with mode: 0644]
app/views/video/show.rhtml [new file with mode: 0644]
db/development.sqlite3
db/migrate/004_create_videos.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/videos.yml [new file with mode: 0644]
test/functional/video_controller_test.rb [new file with mode: 0644]
test/unit/video_test.rb [new file with mode: 0644]