Packages controller added

This commit is contained in:
Christoph Haas 2013-07-27 01:23:28 +02:00
parent f28c637d10
commit c2a695aec0
15 changed files with 110 additions and 1 deletions

2
app/models/package.rb Normal file
View file

@ -0,0 +1,2 @@
class Package < ActiveRecord::Base
end