OSDN Git Service

create pmds
authornomeu <nomeu@nomeu.org>
Tue, 8 Jun 2010 08:17:04 +0000 (17:17 +0900)
committernomeu <nomeu@nomeu.org>
Tue, 8 Jun 2010 08:17:04 +0000 (17:17 +0900)
commit497cbf65c7d42b9e489988468724642d81b049ec
treed754c1b5f26674a98a3a3ee7e8a226110e706587
parent92bd00f5f3d973667204cf27d84d1fe25e52a5e3
create pmds
15 files changed:
app/controllers/pmds_controller.rb [new file with mode: 0644]
app/helpers/pmds_helper.rb [new file with mode: 0644]
app/models/pmd.rb [new file with mode: 0644]
app/views/layouts/pmds.html.erb [new file with mode: 0644]
app/views/pmds/edit.html.erb [new file with mode: 0644]
app/views/pmds/index.html.erb [new file with mode: 0644]
app/views/pmds/new.html.erb [new file with mode: 0644]
app/views/pmds/show.html.erb [new file with mode: 0644]
config/routes.rb
db/migrate/20100608081439_create_pmds.rb [new file with mode: 0644]
db/schema.rb
test/fixtures/pmds.yml [new file with mode: 0644]
test/functional/pmds_controller_test.rb [new file with mode: 0644]
test/unit/helpers/pmds_helper_test.rb [new file with mode: 0644]
test/unit/pmd_test.rb [new file with mode: 0644]