Add the VideoPolicy model, to hold all the base prices and periods
authorIra W. Snyder <devel@irasnyder.com>
Fri, 23 Nov 2007 10:38:06 +0000 (02:38 -0800)
committerIra W. Snyder <devel@irasnyder.com>
Fri, 23 Nov 2007 10:38:06 +0000 (02:38 -0800)
commit09ddd1ef5546ec679c832c7cefb93f00125c96c6
tree7109431caf5d433c768792ebbbdc49df063fff5d
parent93daca12cd904df11a8faadda08e487e9a4de8b7
Add the VideoPolicy model, to hold all the base prices and periods

Signed-off-by: Ira W. Snyder <devel@irasnyder.com>
app/models/video_policy.rb [new file with mode: 0644]
db/development.sqlite3
db/migrate/022_create_video_policies.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/video_policies.yml [new file with mode: 0644]
test/unit/video_policy_test.rb [new file with mode: 0644]